phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] filemanager index.php,1.45


From: powerstat
Subject: [Phpgroupware-cvs] filemanager index.php,1.45
Date: Thu, 28 Apr 2005 22:45:00 +0200

Update of filemanager

Modified Files:
     Branch: MAIN
            index.php lines: +11 -1

Log Message:
Added phpdocs

====================================================
Index: filemanager/index.php
diff -u filemanager/index.php:1.44 filemanager/index.php:1.45
--- filemanager/index.php:1.44  Sat Jan 22 02:22:52 2005
+++ filemanager/index.php       Thu Apr 28 20:45:53 2005
@@ -1,5 +1,12 @@
 <?php
-       /* $Id$ */
+       /**
+       * Filemanager
+       *
+       * @copyright Copyright (C) 2002-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package filemanager
+       * @version $Id$
+       */

        $GLOBALS['phpgw_info']['flags'] = array
        (
@@ -8,6 +15,9 @@
                'currentapp'    => 'filemanager'
        );

+       /**
+        * Include phpgroupware header
+        */
        include('../header.inc.php');

        
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=filemanager.uifilemanager.index');






reply via email to

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