Changeset 899 for trunk/Modules/Monitoring/Monitoring.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Monitoring/Monitoring.php
r895 r899 1 1 <?php 2 2 3 class ModuleMonitoring extends AppModule3 class ModuleMonitoring extends Module 4 4 { 5 5 function __construct(System $System) … … 11 11 $this->License = 'GNU/GPLv3'; 12 12 $this->Description = 'Monitoring for various states'; 13 $this->Dependencies = array();14 13 } 15 14
Note:
See TracChangeset
for help on using the changeset viewer.