mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Misc
* fixed complexImage always selecting images for LOCALE_EN if able * fixed serverside events being displayed in the calendar * set initial memory limit to 4GB * set initial db_version to current version (forgotten to do that for a long time :x ) * updated README.md and .gitignore; revision incremented
This commit is contained in:
@@ -19,6 +19,9 @@ function account()
|
||||
'pass2' => ['Confirm Password', true ]
|
||||
);
|
||||
|
||||
User::useLocale(LOCALE_EN);
|
||||
Lang::load(Util::$localeStrings[LOCALE_EN]);
|
||||
|
||||
if (CLISetup::readInput($fields))
|
||||
{
|
||||
CLISetup::log();
|
||||
|
||||
@@ -13,7 +13,7 @@ if (!CLI)
|
||||
|
||||
function siteconfig()
|
||||
{
|
||||
$reqKeys = ['SITE_HOST', 'STATIC_HOST'];
|
||||
$reqKeys = ['site_host', 'static_host'];
|
||||
|
||||
if (!DB::isConnected(DB_AOWOW))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user