Changeset 784 for trunk/Packages/Common/Common.php
- Timestamp:
- Jan 9, 2016, 1:00:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.php
r783 r784 9 9 include_once(dirname(__FILE__).'/UTF8.php'); 10 10 include_once(dirname(__FILE__).'/VarDumper.php'); 11 include_once(dirname(__FILE__).'/Error.php'); 11 12 include_once(dirname(__FILE__).'/Base.php'); 12 13 include_once(dirname(__FILE__).'/Application.php'); … … 15 16 include_once(dirname(__FILE__).'/Page.php'); 16 17 17 class PackageCommon extends Package18 class PackageCommon 18 19 { 20 var $Name; 21 var $Version; 22 var $License; 23 var $Creator; 24 var $Homepage; 25 19 26 function __construct() 20 27 { 21 28 $this->Name = 'Common'; 22 $this->Version = '1. 0';29 $this->Version = '1.1'; 23 30 $this->Creator = 'Chronos'; 24 31 $this->License = 'GNU/GPL';
Note:
See TracChangeset
for help on using the changeset viewer.