Fixed some hard-coded kyberia.sk addreses and removed ring backdoor
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / login.inc
index c19f4e7f29c6923b34cb1d6b79db0bc99874ad80..f293e1d09025f74cd87d4968f8ba10234accdb32 100644 (file)
@@ -3,7 +3,7 @@ function login() {
 // lockout capatibility
 // with ldap sync
 // <h1> This is da default one</h1>
-    require(SYSTEM_ROOT.'/inc/ldap.inc');
+    require(INCLUDE_DIR.'ldap.inc');
 
     global $db,$error,$node_id;
     $login = mysql_real_escape_string($_POST['login']);
@@ -126,4 +126,4 @@ where node_access.user_id='$user_id' and node_bookmark='yes' order by node_name"
 //    header("Location: $referer");
     return true;
 }
-?>
\ No newline at end of file
+?>
This page took 0.103071 seconds and 4 git commands to generate.