]> zub.fei.tuke.sk Git - ldapvmail/commitdiff
1st git worktree, removed config from usr
authorPeter Popovec <popovec@fei.tuke.sk>
Tue, 28 Oct 2008 12:46:03 +0000 (13:46 +0100)
committerPeter Popovec <popovec@fei.tuke.sk>
Tue, 28 Oct 2008 12:46:03 +0000 (13:46 +0100)
debian/changelog
web/usr/share/ldapVmail/config.php [deleted symlink]
web/usr/share/ldapVmail/index.php
web/usr/share/ldapVmail/k.php

index 7251943a1e8a928d79a7b948e78de0b27d55f0fd..19f496601f8d603e5ba04d21068bc1ac7194491e 100644 (file)
@@ -1,3 +1,9 @@
+ldapvmail (0.7) unstable; urgency=low
+
+  * removed config link from usr
+
+ -- Peter Popovec <popovec@zubok>  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 (symlink)
index 7c638bb..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/etc/ldapVmail/config.php
\ No newline at end of file
index 2cd8898b5a8508bba548b465e7080ab37f1b296e..6da6848e2fd4c10c74757caf62dc36e9d64bf36f 100644 (file)
@@ -8,7 +8,7 @@
 </head>
 <body>
 <?
-require("config.php");
+require("/etc/ldapVmail/config.php");
 $ds=ldap_connect($LdapHost);
 $r=ldap_bind($ds,$LdapBind,$LdapPass);
 
index b0042451838b9404c274eed57bb3819f529aee80..7e4a2a26752d231318d17ccaed624fe448b158c9 100644 (file)
@@ -200,7 +200,7 @@ echo "</pre><hr>";
 
 global $dn,$uid,$mail,$alias,$forward;
 
-require("config.php");
+require("/etc/ldapVmail/config.php");
 $ds=@ldap_connect($LdapHost);
 if($ds==FALSE)
  {