Ignore:
Timestamp:
Dec 24, 2015, 12:46:37 AM (9 years ago)
Author:
chronos
Message:
  • Added: Some VPS related tables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/VPS/VPS.php

    r738 r770  
    1212    $this->License = 'GNU/GPL';
    1313    $this->Description = 'VPS(Virtual Private Server) hosting management';
    14     $this->Dependencies = array('User');
     14    $this->Dependencies = array('User', 'Network', 'Subject');
    1515    $this->Modules = array();
    1616  }
     
    2020
    2121  }
     22
     23  function DoInstall()
     24  {
     25
     26  }
    2227}
Note: See TracChangeset for help on using the changeset viewer.