phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: filemanager index.php,1.39,1.40


From: Jonathon Sim <address@hidden>
Subject: [Phpgroupware-cvs] CVS: filemanager index.php,1.39,1.40
Date: Mon, 03 Mar 2003 19:56:28 -0500

Update of /cvsroot/phpgroupware/filemanager
In directory subversions:/tmp/cvs-serv8485a

Modified Files:
        index.php 
Log Message:
Switch over to phpgroupware-style three-teir class system. Now all 
functionality is in the classes under inc, and this file just redirects to it.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/index.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** index.php   23 Nov 2002 03:29:14 -0000      1.39
--- index.php   4 Mar 2003 00:56:26 -0000       1.40
***************
*** 1,1784 ****
! <?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.
! ###
! 
[...1790 lines suppressed...]
!               'currentapp'    =>      'filemanager',
!               'noheader'      =>      True,
!               'nonavbar'      =>      True,
!               'noappheader'   =>      True,
!               'noappfooter'   =>      True,
!               'nofooter'      =>      True,
!               'xslt_app' => True
!       );
!       $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
!       
!       include('../header.inc.php');
! 
!       $parms = Array(
!               'menuaction'=> 'filemanager.uifilemanager.index'
!       );
! 
!       Header('Location: '.$GLOBALS['phpgw']->link('/index.php',$parms));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
! ?>





reply via email to

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