Profiler/CLI
* move command line related functions to its own class
This commit is contained in:
parent
f25498d4d0
commit
b0a5f477c1
39 changed files with 595 additions and 588 deletions
|
|
@ -9,8 +9,13 @@ if (file_exists('config/config.php'))
|
|||
else
|
||||
$AoWoWconf = [];
|
||||
|
||||
|
||||
mb_internal_encoding('UTF-8');
|
||||
|
||||
|
||||
define('OS_WIN', substr(PHP_OS, 0, 3) == 'WIN');
|
||||
|
||||
|
||||
require_once 'includes/defines.php';
|
||||
require_once 'includes/libs/DbSimple/Generic.php'; // Libraray: http://en.dklab.ru/lib/DbSimple (using variant: https://github.com/ivan1986/DbSimple/tree/master)
|
||||
require_once 'includes/utilities.php'; // helper functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue