phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] qmailldap index.php,1.2


From: ceb
Subject: [Phpgroupware-cvs] qmailldap index.php,1.2
Date: Mon, 14 Mar 2005 13:03:00 +0100

Update of qmailldap

Modified Files:
     Branch: MAIN
            index.php lines: +5 -6

Log Message:
update 16 to head

====================================================
Index: qmailldap/index.php
diff -u qmailldap/index.php:1.1 qmailldap/index.php:1.2
--- qmailldap/index.php:1.1     Sun Jul 22 21:04:46 2001
+++ qmailldap/index.php Mon Mar 14 12:03:10 2005
@@ -1,8 +1,7 @@
 <?php
        
/**************************************************************************\
-       * phpGroupWare - Notes                                                  
   *
+       * phpGroupWare - QMailLDAP                                              
   *
        * http://www.phpgroupware.org                                           
   *
-       * Written by Bettina Gille address@hidden                          *
        * -----------------------------------------------                       
   *
        *  This program is free software; you can redistribute it and/or modify 
it *
        *  under the terms of the GNU General Public License as published by 
the   *
@@ -11,7 +10,7 @@
        
\**************************************************************************/
        /* $Id$ */

-       $phpgw_info['flags'] = array
+       $GLOBALS['phpgw_info']['flags'] = array
        (
                'currentapp' => 'qmailldap',
                'noheader'   => True,
@@ -19,6 +18,6 @@
        );
        include('../header.inc.php');

-       $obj = CreateObject('qmailldap.uiqmailldap');
-       $obj->listServers();
+       Header('Location: ' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=qmailldap.uiqmailldap.listServers'));
+       $GLOBALS['phpgw']->common->phpgw_exit();
 ?>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]