Ignore:
Timestamp:
Feb 17, 2021, 12:30:23 PM (3 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

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

    r887 r899  
    1212###############################################################################
    1313
    14 class ModuleSpeedTest extends AppModule
     14class ModuleSpeedTest extends Module
    1515{
    1616  function __construct(System $System)
     
    2020    $this->Version = '1.0';
    2121    $this->Creator = 'Chronos';
    22     $this->License = 'GNU/GPL';
     22    $this->License = 'GNU/GPLv3';
    2323    $this->Description = 'Testing of download and upload bandwidth';
    24     $this->Dependencies = array();
    2524  }
    2625
Note: See TracChangeset for help on using the changeset viewer.