From d1d2c4fb1d0e9b7a46693e617835850b0edc0fd5 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sun, 08 Jan 2006 02:15:44 -0500
Subject: [PATCH] adding files and modifications for public ldap search
---
index.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/index.php b/index.php
index f864aca..2490628 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,4 @@
<?php
-
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
@@ -281,6 +280,9 @@
if ($_action=='list' && $_GET['_remote'])
include('program/steps/addressbook/list.inc');
+
+ if ($_action=='ldappublicsearch')
+ include('program/steps/addressbook/ldapsearchform.inc');
}
@@ -325,4 +327,4 @@
'file' => __FILE__,
'message' => "Invalid request"), TRUE, TRUE);
-?>
\ No newline at end of file
+?>
--
Gitblit v1.9.1