From cae55a290f7806e0cf02a4b070ef7d1e243a276b Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Tue, 15 Jul 2014 21:46:03 +0000 Subject: [PATCH] Criação das pastas utilizadas pelo i3Geo na inicialização --- init/index.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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