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";