mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup:
* added parameter --firstrun to use for initial setup. Runs almost by itself.. * added 'ping home' for statistical purpose Spell: * fixed copy/paste error
This commit is contained in:
@@ -158,10 +158,7 @@ if (!CLI)
|
||||
$res = $$s();
|
||||
$out[$s] = $res;
|
||||
if (!$res)
|
||||
{
|
||||
CLISetup::log('statistics - generator $'.$s.'() returned empty', CLISetup::LOG_WARN);
|
||||
$success = false;
|
||||
}
|
||||
}
|
||||
|
||||
$toFile = 'g_statistics = '.preg_replace('/"\$([^$"]+)"/', '\1', Util::toJSON($out)).';';
|
||||
|
||||
Reference in New Issue
Block a user