From d055de885a06e64d5fc91d84cdc624ca44489154 Mon Sep 17 00:00:00 2001 From: katagia Date: Thu, 24 Apr 2003 16:10:29 +0000 Subject: [PATCH] changed include() in include_once() --- lam/templates/account.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lam/templates/account.php b/lam/templates/account.php index 16191682..93dc4620 100644 --- a/lam/templates/account.php +++ b/lam/templates/account.php @@ -23,9 +23,9 @@ $Id$ LDAP Account Manager displays table for creating or modifying accounts in LDAP */ -include('../lib/account.inc'); // File with custom functions -include('../lib/config.inc'); -include('../lib/ldap.inc'); +include_once('../lib/account.inc'); // File with custom functions +include_once('../lib/config.inc'); +include_once('../lib/ldap.inc'); registervars(); // Register all needed variables in session and register session $error = "0";