Moved render_info and render_error into Template class.
This commit is contained in:
parent
c0dbd36cbe
commit
d680b29f16
45 changed files with 330 additions and 582 deletions
|
@ -22,7 +22,6 @@ Environment::setDebug(MSZ_DEBUG);
|
|||
mb_internal_encoding('utf-8');
|
||||
date_default_timezone_set('utc');
|
||||
|
||||
require_once MSZ_ROOT . '/utility.php';
|
||||
require_once MSZ_SOURCE . '/url.php';
|
||||
|
||||
$dbConfig = parse_ini_file(MSZ_CONFIG . '/config.ini', true, INI_SCANNER_TYPED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue