From cae1efd552ed0618b13120e07c346cbe28cbd00a Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 2 Mar 2013 00:36:12 +0100 Subject: Corrections quelques bugs + modif fichier config BDD + ajout fichier build.sh pour générer la lib Minz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 6 ------ public/index.php | 2 ++ 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 public/.htaccess (limited to 'public') diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index 7a9766d5e..000000000 --- a/public/.htaccess +++ /dev/null @@ -1,6 +0,0 @@ -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} -s [OR] -RewriteCond %{REQUEST_FILENAME} -l [OR] -RewriteCond %{REQUEST_FILENAME} -d -RewriteRule ^.*$ - [NC,L] -RewriteRule ^.*$ index.php [NC,L] diff --git a/public/index.php b/public/index.php index 91146dc14..330843719 100755 --- a/public/index.php +++ b/public/index.php @@ -29,6 +29,8 @@ set_include_path (get_include_path () . PATH_SEPARATOR . LIB_PATH . PATH_SEPARATOR + . LIB_PATH . '/minz' + . PATH_SEPARATOR . APP_PATH); require (APP_PATH . '/App_FrontController.php'); -- cgit v1.2.3