From 66ca8223bf46ed57ef866355b6f19afa2dd945d1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 11 Nov 2009 08:10:48 +0000 Subject: [PATCH] Try to fix a bug --- htdocs/cashdesk/affIndex.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/cashdesk/affIndex.php b/htdocs/cashdesk/affIndex.php index 00c1bd9f338..e296b55dfd6 100644 --- a/htdocs/cashdesk/affIndex.php +++ b/htdocs/cashdesk/affIndex.php @@ -18,8 +18,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -include('../master.inc.php'); -require ('include/environnement.php'); +include_once('../master.inc.php'); +require_once('include/environnement.php'); if ( $_SESSION['uid'] <= 0 ) { header ('Location: index.php'); exit; @@ -59,14 +59,14 @@ print '
'."\n"; print '

CAISSE

'."\n"; print ''."\n"; print '
'."\n"; -include('affContenu.php'); +include_once('affContenu.php'); print '
'."\n"; -include('affPied.php'); +include_once('affPied.php'); print '
'."\n"; print ''."\n";