Removed manage.php.

This commit is contained in:
flash 2023-08-28 13:45:36 +00:00
parent 6b7d9b6637
commit 4bdc00fac3
4 changed files with 396 additions and 397 deletions

View file

@ -24,7 +24,6 @@ date_default_timezone_set('utc');
require_once MSZ_ROOT . '/utility.php';
require_once MSZ_SOURCE . '/perms.php';
require_once MSZ_SOURCE . '/manage.php';
require_once MSZ_SOURCE . '/url.php';
$dbConfig = parse_ini_file(MSZ_CONFIG . '/config.ini', true, INI_SCANNER_TYPED);