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