mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
SiteConfig
* always place newly added php-configurations in the misc-category
This commit is contained in:
@@ -142,7 +142,7 @@ function siteconfig()
|
||||
}
|
||||
else
|
||||
{
|
||||
DB::Aowow()->query('INSERT IGNORE INTO ?_config (`key`, `value`, `flags`) VALUES (?, ?, ?d)', $key, $setting['val'], CON_FLAG_TYPE_STRING | CON_FLAG_PHP);
|
||||
DB::Aowow()->query('INSERT IGNORE INTO ?_config (`key`, `value`, `cat`, `flags`) VALUES (?, ?, 0, ?d)', $key, $setting['val'], CON_FLAG_TYPE_STRING | CON_FLAG_PHP);
|
||||
CLISetup::log("new php configuration added", CLISetup::LOG_OK);
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user