This commit is contained in:
Enoch 2024-11-07 18:24:42 +08:00
parent 3f2862d118
commit ea01e93fe9
3 changed files with 8 additions and 1 deletions

View File

@ -136,3 +136,9 @@
2024-11-05 16:54:59 pid:1636 Workerman[start.php] start in DEBUG mode
2024-11-05 16:55:00 pid:1636 Workerman[start.php] stopping ...
2024-11-05 16:55:00 pid:1636 Workerman[start.php] has been stopped
2024-11-07 18:21:20 pid:9866 Workerman[start.php] start in DEBUG mode
2024-11-07 18:23:59 pid:9866 Workerman[start.php] stopping ...
2024-11-07 18:23:59 pid:9866 Workerman[start.php] has been stopped
2024-11-07 18:24:36 pid:11244 Workerman[start.php] start in DEBUG mode
2024-11-07 18:24:39 pid:11244 Workerman[start.php] stopping ...
2024-11-07 18:24:39 pid:11244 Workerman[start.php] has been stopped

View File

@ -1 +1 @@
a:3:{s:7:"captcha";s:5:"sq8y4";s:4:"user";s:5:"enoch";s:8:"realname";s:9:"以诺书";}
a:1:{s:7:"captcha";s:5:"sq8y4";}

View File

@ -1,4 +1,5 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
echo "Version: 1.0.3\n";
support\App::run();