Переглянути джерело

maintenance mode requires errors.php

Signed-off-by: illori [email protected]
Illori 11 роки тому
батько
коміт
0a8fd0a1ee
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -47,6 +47,7 @@ if ((empty($cachedir) || !file_exists($cachedir)) && file_exists($boarddir . '/c
 // Without those we can't go anywhere
 require_once($sourcedir . '/QueryString.php');
 require_once($sourcedir . '/Subs.php');
+require_once($sourcedir . '/Errors.php');
 require_once($sourcedir . '/Load.php');
 
 // If $maintenance is set specifically to 2, then we're upgrading or something.