ladogton2010 commited on
Commit
8202862
·
1 Parent(s): 7cbf53c
Files changed (1) hide show
  1. mvc/public/index.php +1 -0
mvc/public/index.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  // Load defaults
3
  require_once('../app/init.php');
4
 
 
1
  <?php
2
+ echo(getenv('MVC_SYSTEM_TEST', true) );
3
  // Load defaults
4
  require_once('../app/init.php');
5