diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ if(file_exists('.htsite.php')) $a = new miniApp; -$app = new App; +App::init(); /* * Load the configuration file which contains our DB credentials. |