Fixed error 500 on logs and sessions pages because of dead library.
This commit is contained in:
parent
d870a386cf
commit
1094f8dc67
10 changed files with 97 additions and 186 deletions
|
@ -29,7 +29,12 @@ Environment::setDebug(MSZ_DEBUG);
|
|||
mb_internal_encoding('utf-8');
|
||||
date_default_timezone_set('utc');
|
||||
|
||||
// Third party libraries
|
||||
require_once MSZ_ROOT . '/vendor/autoload.php';
|
||||
require_once MSZ_LIBRARIES . '/spyc/Spyc.php'; // dependency for device-detector
|
||||
require_once MSZ_LIBRARIES . '/device-detector/autoload.php';
|
||||
|
||||
// Procedural components
|
||||
require_once MSZ_ROOT . '/utility.php';
|
||||
require_once MSZ_SOURCE . '/perms.php';
|
||||
require_once MSZ_SOURCE . '/manage.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue