Updates
This commit is contained in:
parent
aa052ee9dc
commit
114e22bbab
10 changed files with 115 additions and 99 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* Project: astat - simple site engine
|
||||
* File: /inc/admin.class.php
|
||||
* Project: BeCast WebEngine - simple site engine
|
||||
* File: /inc/admin.class.php
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -17,16 +17,16 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* @link http://www.astat.org SVN: $URL: http://svn.astat.org/astat/trunk/inc/admin.class.php $
|
||||
* @copyright 2009 becast.at
|
||||
* @link http://www.becast.at
|
||||
* @copyright 2009-2025 becast.at
|
||||
* @author Bernhard Jaud <bernhard at becast dot at>
|
||||
* @package astat core
|
||||
* @package BcWe core
|
||||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
* @version $Id: admin.class.php 57 2009-07-10 19:34:56Z genuineparts $
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
$module["admin"]["name"]="Admin Class";
|
||||
$module["admin"]["ver"]="0.2.4";
|
||||
$module["admin"]["ver"]="0.2.5";
|
||||
class admin {
|
||||
|
||||
var $module_=array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue