Changeset 869 for trunk/Packages/Common/Common.php
- Timestamp:
- Apr 1, 2020, 12:43:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.php
r816 r869 20 20 include_once(dirname(__FILE__).'/Table.php'); 21 21 include_once(dirname(__FILE__).'/Process.php'); 22 include_once(dirname(__FILE__).'/Generics.php'); 22 23 23 24 class PackageCommon … … 34 35 $this->Name = 'Common'; 35 36 $this->Version = '1.2'; 36 $this->ReleaseDate = strtotime('20 16-03-10');37 $this->ReleaseDate = strtotime('2020-03-29'); 37 38 $this->Creator = 'Chronos'; 38 39 $this->License = 'GNU/GPL'; 39 $this->Homepage = 'http ://svn.zdechov.net/svn/PHPlib/Common/';40 $this->Homepage = 'https://svn.zdechov.net/PHPlib/Common/'; 40 41 } 41 42 }
Note:
See TracChangeset
for help on using the changeset viewer.