Changeset 731 for trunk/Modules/VPS/VPS.php
- Timestamp:
- Jan 17, 2015, 9:24:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/VPS/VPS.php
r631 r731 7 7 parent::__construct($System); 8 8 $this->Name = 'VPS'; 9 $this->Title = 'VPS'; 9 10 $this->Version = '1.0'; 10 11 $this->Creator = 'Chronos'; … … 12 13 $this->Description = 'VPS(Virtual Private Server) hosting management'; 13 14 $this->Dependencies = array('User'); 15 $this->Modules = array(); 14 16 } 15 17
Note:
See TracChangeset
for help on using the changeset viewer.