From f648049f389ec6a89c7536598a69d75f60cae11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 2 Jul 2010 22:33:25 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20d=C3=BB=20au=20d=C3=A9placement=20des=20f?= =?UTF-8?q?ichiers=20corrig=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __cms__/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__cms__/config.php b/__cms__/config.php index 53c45b9..75b2e74 100644 --- a/__cms__/config.php +++ b/__cms__/config.php @@ -3,7 +3,7 @@ require_once("util.php"); $config_url_base = "http://" . $_SERVER[HTTP_HOST] . $_SERVER[REQUEST_URI]; -$config_chemin_base = dirname($_SERVER[SCRIPT_FILENAME]); +$config_chemin_base = dirname(__FILE__); $config_chemin_modele = concaténer_chemin_fs($config_chemin_base, "/modele"); ?> \ No newline at end of file