removed lamurl
This commit is contained in:
parent
7b41ff9bc6
commit
458d8c5b31
6
lam/TODO
6
lam/TODO
|
@ -3,8 +3,8 @@ stable
|
|||
???
|
||||
|
||||
|
||||
beta 2
|
||||
0.5
|
||||
|
||||
- check security
|
||||
- add text field to PDF files
|
||||
- remove lamurl
|
||||
- add install wizard
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue