OSDN Git Service

Yet another small bugfix.
authorJoshua Thomas Przyborowski <joshua.przyborowski@gmail.com>
Sun, 17 Dec 2017 19:34:23 +0000 (13:34 -0600)
committerJoshua Thomas Przyborowski <joshua.przyborowski@gmail.com>
Sun, 17 Dec 2017 19:34:23 +0000 (13:34 -0600)
install.php

index 654cb97..0cb3467 100644 (file)
@@ -59,6 +59,8 @@ if(file_exists('extrasettings.php')) {
        require_once('extrasettings.php'); }
 if(file_exists('extendsettings.php')) {
        require_once('extendsettings.php'); }
+if(!isset($Settings['qstr'])) { $Settings['qstr'] = null; }
+if(!isset($Settings['send_pagesize'])) { $Settings['send_pagesize'] = "on"; }
 $deftz = new DateTimeZone(date_default_timezone_get());
 $defcurtime = new DateTime();
 $defcurtime->setTimezone($deftz);