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