Changeset 899 for trunk/Modules/Monitoring/Monitoring.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (5 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Modules/Monitoring/Monitoring.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Modules/Monitoring/Monitoring.phpr895 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.
  
