thomascube
2006-01-13 d2006d73dc01b22eeee80ad31a9f45b90cd4b4e6
index.php
@@ -1,5 +1,4 @@
<?php
/*
 +-----------------------------------------------------------------------+
 | RoundCube Webmail IMAP Client                                         |
@@ -48,6 +47,7 @@
$INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']);
$OUTPUT_TYPE = 'html';
$JS_OBJECT_NAME = 'rcmail';
$CHARSET = 'UTF-8';
if (empty($INSTALL_PATH))
  $INSTALL_PATH = './';
@@ -281,6 +281,9 @@
  if ($_action=='list' && $_GET['_remote'])
    include('program/steps/addressbook/list.inc');
  if ($_action=='ldappublicsearch')
    include('program/steps/addressbook/ldapsearchform.inc');
  }
@@ -325,4 +328,4 @@
                  'file' => __FILE__,
                  'message' => "Invalid request"), TRUE, TRUE);
                      
?>
?>