From 20313330abbea707330f7b3cce0b37040d8c5a59 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Feb 2004 00:45:12 +0000 Subject: [PATCH] =?UTF-8?q?Quelques=20modifications=20sur=20l'organisation?= =?UTF-8?q?=20du=20menu=20de=20configuration.=20Tout=20ce=20qui=20est=20mo?= =?UTF-8?q?dificable=20est=20dans=20le=20premier=20niveau=20(Configuration?= =?UTF-8?q?).=20Le=20sous=20menu=20system=20ouvre=20sur=20des=20pages=20d'?= =?UTF-8?q?info=20systeme.=20Pas=20de=20modif=20=E0=20ce=20niveau.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/system/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php index ea434ef12c0..93b870a521e 100644 --- a/htdocs/admin/system/index.php +++ b/htdocs/admin/system/index.php @@ -32,7 +32,7 @@ //session_register("fix_left_menu"); //include_once("../../allpre.inc.php"); -include_once("./pre.inc.php"); +require("./pre.inc.php"); llxHeader();