diff options
author | Richard Bos <richard@radoeka.nl> | 2008-03-06 11:46:29 (GMT) |
---|---|---|
committer | Richard Bos <richard@radoeka.nl> | 2008-03-06 11:46:29 (GMT) |
commit | 9023984e5730055a2284deb01029c7fa8d3e51d0 (patch) | |
tree | 227dc5b887e7576ec61909b88d78f99012b780ad /php | |
parent | 603f7e20e226a852bd98aa6013bfa5a3868998d5 (diff) | |
download | kolab-webadmin-9023984e5730055a2284deb01029c7fa8d3e51d0.tar.gz |
Reflect the change in location of the file session_vars, it moved from a
possible read readonly location to @sysconfdir@/kolab.
Diffstat (limited to 'php')
-rw-r--r-- | php/admin/include/ldap.class.php.in (renamed from php/admin/include/ldap.class.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/admin/include/ldap.class.php b/php/admin/include/ldap.class.php.in index f710cd8..da125dd 100644 --- a/php/admin/include/ldap.class.php +++ b/php/admin/include/ldap.class.php.in @@ -19,7 +19,7 @@ */ require_once('mysmarty.php'); -require_once('session_vars.php'); +require_once('@sysconfdir@/kolab/session_vars.php'); require_once('debug.php'); /* We dont have any better place to put this right now... */ |