From f564c9c91f4078f518df33abc2ac20ae5464de35 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 18 Mar 2004 14:35:57 +0000 Subject: [PATCH] Prob with multiple include --- html/line_update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/line_update.php b/html/line_update.php index 90ca33a0e..a9eb47bf2 100644 --- a/html/line_update.php +++ b/html/line_update.php @@ -18,14 +18,14 @@ */ // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr // $Revision$ -include ("ac_common.php"); +include_once ("ac_common.php"); html_page_start($g_UserProperty['use_theme']); if ( !isset ($g_dossier)) { echo "You must choose a Dossier "; phpinfo(); exit -2; } -include ("postgres.php"); +include_once ("postgres.php"); include_once("check_priv.php"); /* Admin. Dossier */