Changeset 770 for trunk/Modules/VPS/VPS.php
- Timestamp:
- Dec 24, 2015, 12:46:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/VPS/VPS.php
r738 r770 12 12 $this->License = 'GNU/GPL'; 13 13 $this->Description = 'VPS(Virtual Private Server) hosting management'; 14 $this->Dependencies = array('User' );14 $this->Dependencies = array('User', 'Network', 'Subject'); 15 15 $this->Modules = array(); 16 16 } … … 20 20 21 21 } 22 23 function DoInstall() 24 { 25 26 } 22 27 }
Note:
See TracChangeset
for help on using the changeset viewer.