Changeset 899 for trunk/Modules/SpeedTest/SpeedTest.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/SpeedTest/SpeedTest.php
r887 r899 12 12 ############################################################################### 13 13 14 class ModuleSpeedTest extends AppModule14 class ModuleSpeedTest extends Module 15 15 { 16 16 function __construct(System $System) … … 20 20 $this->Version = '1.0'; 21 21 $this->Creator = 'Chronos'; 22 $this->License = 'GNU/GPL ';22 $this->License = 'GNU/GPLv3'; 23 23 $this->Description = 'Testing of download and upload bandwidth'; 24 $this->Dependencies = array();25 24 } 26 25
Note:
See TracChangeset
for help on using the changeset viewer.