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:
Sarjuuk
2017-02-12 02:36:31 +01:00
parent 7b9d7bec1b
commit d0ec950dc1
13 changed files with 23 additions and 17 deletions

View File

@@ -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();

View File

@@ -13,7 +13,7 @@ if (!CLI)
function siteconfig()
{
$reqKeys = ['SITE_HOST', 'STATIC_HOST'];
$reqKeys = ['site_host', 'static_host'];
if (!DB::isConnected(DB_AOWOW))
{