From 44283dbbbb30d434f1153df7e09b62f54b22887d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 31 Mar 2016 20:24:30 -0700 Subject: change the App constructor --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index c4b47f6a8..a6ed3dbc6 100755 --- a/index.php +++ b/index.php @@ -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. -- cgit v1.2.3