diff --git a/init/index.php b/init/index.php index d9b6363..fb3bb60 100755 --- a/init/index.php +++ b/init/index.php @@ -1,4 +1,22 @@ - + + @@ -11,7 +29,6 @@ $cache_expire = 1; header("Pragma: public"); header("Cache-Control: max-age=".$cache_expire); header('Expires: ' . gmdate('D, d M Y H:i:s', time()+$cache_expire) . ' GMT'); -include(dirname(__FILE__)."/../ms_configura.php"); ?> -- libgit2 0.21.2