$_SESSION['header'] and setlanguage() added

This commit is contained in:
duergner 2003-07-23 07:21:04 +00:00
parent bb432d6240
commit b99b8277ad
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ $Id$
LDAP Account Manager display help pages.
*/
include_once("../lib/ldap.inc");
include_once("../lib/config.inc");
session_save_path("../sess"); // Set session save path
@session_start(); // Start LDAP Account Manager session
@ -33,6 +34,8 @@ include_once("../help/help.inc"); // Include help/help.inc which provides $helpA
/* Print HTML head */
function echoHTMLHead()
{
setlanguage();
echo $_SESSION['header'];
?>
<html>
<head>