From 458d8c5b31e631b32d0554967cc540c75ae9c8c6 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 3 Dec 2003 23:20:42 +0000 Subject: [PATCH] removed lamurl --- lam/TODO | 6 +++--- lam/session-vars.txt | 1 - lam/templates/login.php | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lam/TODO b/lam/TODO index 409cae3e..42109762 100644 --- a/lam/TODO +++ b/lam/TODO @@ -3,8 +3,8 @@ stable ??? -beta 2 +0.5 - check security -- add text field to PDF files -- remove lamurl \ No newline at end of file +- add install wizard + diff --git a/lam/session-vars.txt b/lam/session-vars.txt index 3af99d0a..0903ee9e 100644 --- a/lam/session-vars.txt +++ b/lam/session-vars.txt @@ -4,7 +4,6 @@ Alle: - ldap: LDAP-Objekt für Funktionen rund um LDAP - language: Sprache für LAM - header: String-Array mit Standard-HTML-Header -- lamurl: String mit URL von LAM - lampath: String mit Pfad zum LAM-Verzeichnis diff --git a/lam/templates/login.php b/lam/templates/login.php index 0cb6658b..7a00f9c7 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -273,7 +273,6 @@ function display_LoginPage($config_object,$profile) if($_POST['action'] == "checklogin") { $_SESSION['lampath'] = realpath('../') . "/"; // Save full path to lam in session - $_SESSION['lamurl'] = substr($_SERVER['HTTP_REFERER'],0,strlen($_SERVER['HTTP_REFERER'])-19); // Save full URI to lam in session include_once("../lib/ldap.inc"); // Include ldap.php which provides Ldap class