Ignore:
Timestamp:
Apr 1, 2020, 12:43:07 AM (4 years ago)
Author:
chronos
Message:
  • Added: New SpeedLimit table to support network speed limit groups.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.php

    r816 r869  
    2020include_once(dirname(__FILE__).'/Table.php');
    2121include_once(dirname(__FILE__).'/Process.php');
     22include_once(dirname(__FILE__).'/Generics.php');
    2223
    2324class PackageCommon
     
    3435    $this->Name = 'Common';
    3536    $this->Version = '1.2';
    36     $this->ReleaseDate = strtotime('2016-03-10');
     37    $this->ReleaseDate = strtotime('2020-03-29');
    3738    $this->Creator = 'Chronos';
    3839    $this->License = 'GNU/GPL';
    39     $this->Homepage = 'http://svn.zdechov.net/svn/PHPlib/Common/';
     40    $this->Homepage = 'https://svn.zdechov.net/PHPlib/Common/';
    4041  }
    4142}
Note: See TracChangeset for help on using the changeset viewer.