From f6174683b70c23c405aa506bc962d37f74ef5572 Mon Sep 17 00:00:00 2001 From: Peter Popovec Date: Tue, 28 Oct 2008 13:46:03 +0100 Subject: [PATCH] 1st git worktree, removed config from usr --- debian/changelog | 6 ++++++ web/usr/share/ldapVmail/config.php | 1 - web/usr/share/ldapVmail/index.php | 2 +- web/usr/share/ldapVmail/k.php | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 120000 web/usr/share/ldapVmail/config.php diff --git a/debian/changelog b/debian/changelog index 7251943..19f4966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ldapvmail (0.7) unstable; urgency=low + + * removed config link from usr + + -- Peter Popovec Tue, 28 Oct 2008 13:41:34 +0100 + ldapvmail (0.6) unstable; urgency=low * porting to 64 bit requires some pointer -> int -> poiter ->int changes diff --git a/web/usr/share/ldapVmail/config.php b/web/usr/share/ldapVmail/config.php deleted file mode 120000 index 7c638bb..0000000 --- a/web/usr/share/ldapVmail/config.php +++ /dev/null @@ -1 +0,0 @@ -/etc/ldapVmail/config.php \ No newline at end of file diff --git a/web/usr/share/ldapVmail/index.php b/web/usr/share/ldapVmail/index.php index 2cd8898..6da6848 100644 --- a/web/usr/share/ldapVmail/index.php +++ b/web/usr/share/ldapVmail/index.php @@ -8,7 +8,7 @@
"; global $dn,$uid,$mail,$alias,$forward; -require("config.php"); +require("/etc/ldapVmail/config.php"); $ds=@ldap_connect($LdapHost); if($ds==FALSE) { -- 2.47.3