- Timestamp:
- Dec 31, 2015, 10:51:31 PM (9 years ago)
- Location:
- Common
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.php
r2 r3 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 13 class PackageCommon 14 { 15 var $Name; 16 var $Version; 17 var $License; 18 var $Creator; 19 var $Homepage; 12 20 13 class PackageCommon extends Package14 {15 21 function __construct() 16 22 { 17 23 $this->Name = 'Common'; 18 $this->Version = '1. 0';24 $this->Version = '1.1'; 19 25 $this->Creator = 'Chronos'; 20 26 $this->License = 'GNU/GPL';
Note:
See TracChangeset
for help on using the changeset viewer.