summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
diff options
context:
space:
mode:
authorjustinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-08 07:15:44 +0000
committerjustinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-08 07:15:44 +0000
commitbefd30a86846679f86c8a95223ae89e8ad6050b9 (patch)
tree54fa8fea2022951c1e1cdb5661da26c767a4a536 /roundcubemail/index.php
parente381c2220d0e383f1ea287d7ce325133bd1d4e38 (diff)
adding files and modifications for public ldap search
git-svn-id: https://svn.roundcube.net/trunk@95 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
-rw-r--r--roundcubemail/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php
index f864aca48..2490628af 100644
--- a/roundcubemail/index.php
+++ b/roundcubemail/index.php
@@ -1,5 +1,4 @@
<?php
-
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
@@ -281,6 +280,9 @@ if ($_task=='addressbook')
if ($_action=='list' && $_GET['_remote'])
include('program/steps/addressbook/list.inc');
+
+ if ($_action=='ldappublicsearch')
+ include('program/steps/addressbook/ldapsearchform.inc');
}
@@ -325,4 +327,4 @@ raise_error(array('code' => 404,
'file' => __FILE__,
'message' => "Invalid request"), TRUE, TRUE);
-?> \ No newline at end of file
+?>