Added arr.php to front controller includes.
This commit is contained in:
parent
65ffe0b610
commit
3015f24e7a
@ -32,6 +32,7 @@ define('EXT', '.php');
|
||||
// Load the configuration class.
|
||||
// --------------------------------------------------------------
|
||||
require SYS_PATH.'config'.EXT;
|
||||
require SYS_PATH.'arr'.EXT;
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Register the auto-loader.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user