Ignore:
Timestamp:
Jan 17, 2015, 9:24:47 PM (10 years ago)
Author:
chronos
Message:
  • Added: NetworkDomain table for managing multiple network domains. It is not completed and linked to real functionality yet.
  • Added: ModuleLinks and Model tables as preparation for better modules and models in-database representation.
File:
1 edited

Legend:

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

    r631 r731  
    77    parent::__construct($System);
    88    $this->Name = 'VPS';
     9    $this->Title = 'VPS';
    910    $this->Version = '1.0';
    1011    $this->Creator = 'Chronos';
     
    1213    $this->Description = 'VPS(Virtual Private Server) hosting management';
    1314    $this->Dependencies = array('User');
     15    $this->Modules = array();
    1416  }
    1517 
Note: See TracChangeset for help on using the changeset viewer.