removed lamurl

This commit is contained in:
Roland Gruber 2003-12-03 23:20:42 +00:00
parent 7b41ff9bc6
commit 458d8c5b31
3 changed files with 3 additions and 5 deletions

View File

@ -3,8 +3,8 @@ stable
???
beta 2
0.5
- check security
- add text field to PDF files
- remove lamurl
- add install wizard

View File

@ -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

View File

@ -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