Rewrote URL registry.

This commit is contained in:
flash 2023-09-08 20:40:48 +00:00
parent a94b905116
commit c3827bceff
75 changed files with 750 additions and 599 deletions

View file

@ -22,8 +22,6 @@ Environment::setDebug(MSZ_DEBUG);
mb_internal_encoding('utf-8');
date_default_timezone_set('utc');
require_once MSZ_SOURCE . '/url.php';
$dbConfig = parse_ini_file(MSZ_CONFIG . '/config.ini', true, INI_SCANNER_TYPED);
if(empty($dbConfig)) {