Browse Source

Added arr.php to front controller includes.

Taylor Otwell 13 years ago
parent
commit
3015f24e7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/index.php

+ 1 - 0
public/index.php

@@ -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.