X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=import.php;h=2f880f16d77b2b1117079839dd8be1bc4054d25e;hb=824eac0454ad341f6b285c9159c69317772986ca;hp=d1753cf83ec7ea9a7fd2c560db87868ca94e3b76;hpb=aa36c490d2218814cb6faa20e31c10b5599d4483;p=contagged diff --git a/import.php b/import.php index d1753cf..2f880f1 100644 --- a/import.php +++ b/import.php @@ -4,7 +4,7 @@ require_once('xml.php'); ldap_login(); - if(! $_SESSION[ldapab][username] ){ + if(! $_SESSION['ldapab']['username'] ){ header("Location: login.php"); exit; }