Fixed error.
This commit is contained in:
parent
1448343a7d
commit
f7123ffc66
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue