phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr index.php,1.3


From: powerstat
Subject: [Phpgroupware-cvs] sitemgr index.php,1.3
Date: Wed, 11 May 2005 15:27:00 +0200

Update of sitemgr

Modified Files:
     Branch: MAIN
            index.php lines: +13 -9

Log Message:
Added phpdocs

====================================================
Index: sitemgr/index.php
diff -u sitemgr/index.php:1.2 sitemgr/index.php:1.3
--- sitemgr/index.php:1.2       Fri May 30 04:01:42 2003
+++ sitemgr/index.php   Wed May 11 13:27:02 2005
@@ -1,13 +1,13 @@
 <?php
-        
/**************************************************************************\
-        * phpGroupWare - Web Content Manager                                   
    *
-        * http://www.phpgroupware.org                                          
    *
-        * -----------------------------------------------                      
    *
-        *  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   *
-        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-        *  option) any later version.                                          
    *
-        
\**************************************************************************/
+       /**
+       * Sitemanager
+       *
+       * @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 sitemanager
+       * @version $Id$
+       */
+
         $GLOBALS['phpgw_info']['flags'] = array
         (
                 'currentapp' => 'sitemgr',
@@ -15,6 +15,10 @@
                 'nonavbar'   => True,
                 'noapi'      => False
         );
+
+        /**
+        * Include phpgroupware header
+        */
         include('../header.inc.php');

        $CommonUI = CreateObject('sitemgr.Common_UI');






reply via email to

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