registration temporary fixup
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / set_password.inc
index 163f0ff60ccf17cb9e6a9fb537dcc07d4f37da12..c2edfe895b0e59a8b11efb8b16b8c9f5434bd2bc 100644 (file)
@@ -27,7 +27,7 @@ function set_password() {
        }
 
        //changing in LDAP
-        require(SYSTEM_ROOT.'/inc/ldap.inc');
+        require(INCLUDE_DIR.'ldap.inc');
        LDAPuser::change_pass_forced($user_id,$new_password1);
 
        //changing in MySQL
This page took 0.138591 seconds and 4 git commands to generate.