+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
+++ /dev/null
-/etc/ldapVmail/config.php
\ No newline at end of file
</head>
<body>
<?
-require("config.php");
+require("/etc/ldapVmail/config.php");
$ds=ldap_connect($LdapHost);
$r=ldap_bind($ds,$LdapBind,$LdapPass);
global $dn,$uid,$mail,$alias,$forward;
-require("config.php");
+require("/etc/ldapVmail/config.php");
$ds=@ldap_connect($LdapHost);
if($ds==FALSE)
{