Fixed error.

This commit is contained in:
flash 2022-07-03 23:16:18 +00:00
parent 1448343a7d
commit f7123ffc66
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ define('AWK_DIR_CFG', AWK_ROOT . '/config');
require_once AWK_DIR_LIB . '/index/index.php';
Autoloader::addNamespace(__NAMESPACE__, AWK_DIR_SRC);
//Autoloader::addNamespace(__NAMESPACE__, AWK_DIR_SRC);
Environment::setDebug(AWK_DEBUG);
$config = parse_ini_file(AWK_DIR_CFG . '/config.ini');