include -> include_once

This commit is contained in:
sparkyx 2007-12-28 16:34:47 +00:00
parent 4cb9ad31eb
commit 19a8ff6432

View file

@ -37,7 +37,7 @@ include_once ("check_priv.php");
/* Admin. Dossier */
$cn=DbConnect($gDossier);
include ('class_user.php');
include_once ('class_user.php');
$User=new cl_user($cn);
$User->Check();