ladogton2010 commited on
Commit
b3d9c2a
·
verified ·
1 Parent(s): 903ce2f

Update mvc/public/index.php

Browse files
Files changed (1) hide show
  1. mvc/public/index.php +1 -1
mvc/public/index.php CHANGED
@@ -9,5 +9,5 @@ define("APP_NAME",getenv("APP_NAME"));
9
  require_once('../app/init.php');
10
 
11
  // Instantiating controller class
12
-
13
  $mvcApp = new Core;
 
9
  require_once('../app/init.php');
10
 
11
  // Instantiating controller class
12
+ phpinfo()
13
  $mvcApp = new Core;