phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager index.php,1.44


From: ceb
Subject: [Phpgroupware-cvs] filemanager index.php,1.44
Date: Thu, 24 Feb 2005 15:08:23 -0000

Update of filemanager

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

Log Message:
update

====================================================
Index: filemanager/index.php
diff -u filemanager/index.php:1.43 filemanager/index.php:1.44
--- filemanager/index.php:1.43  Tue Jan 18 16:47:51 2005
+++ filemanager/index.php       Sat Jan 22 02:22:52 2005
@@ -1,32 +1,15 @@
 <?php
-
-###
-# DEV NOTE:
-#
-# index.php is depreciated by the inc/class.xxfilemanager.inc.php files.
-# index.php is still used in the 0.9.14 release, but all future changes should 
be
-# made to the inc/class.xxfilemanager.inc.php files (3-tiered).  This includes 
using templates.
-###
-
-###
-# Enable this to display some debugging info
-###
+       /* $Id$ */

        $GLOBALS['phpgw_info']['flags'] = array
        (
-               'currentapp'    => 'filemanager',
                'noheader'              => True,
-               'nonavbar'              => True
+               'nonavbar'              => True,
+               'currentapp'    => 'filemanager'
        );

        include('../header.inc.php');

-       $parms = Array
-       (
-               'menuaction'=> 'filemanager.uifilemanager.index'
-       );
-
-       
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/index.php',$parms));
-       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
-       exit;
+       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=filemanager.uifilemanager.index');
+       $GLOBALS['phpgw']->common->phpgw_exit();
 ?>






reply via email to

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