Prob with multiple include
This commit is contained in:
parent
f3a19550d9
commit
f564c9c91f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue