mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup: added some checks when useing WIN
lets just say, the CLI works somewhat differently..
This commit is contained in:
@@ -140,7 +140,7 @@ function siteconfig()
|
||||
$buff .= $conf['flags'] & CON_FLAG_PHP ? " PHP: " : "AOWOW: ";
|
||||
$buff .= $conf['flags'] & CON_FLAG_PHP ? strtolower($conf['key']) : strtoupper('cfg_'.$conf['key']);
|
||||
|
||||
if ($info[1])
|
||||
if (!empty($info[1]))
|
||||
$buff .= " - ".$info[1];
|
||||
|
||||
CLISetup::log($buff);
|
||||
|
||||
Reference in New Issue
Block a user