Ignore:
Timestamp:
Oct 21, 2015, 11:05:08 PM (9 years ago)
Author:
chronos
Message:
  • Added: New module Notify for sending periodic system notification for monitoring various states to user.
File:
1 edited

Legend:

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

    r738 r754  
    7575          $Class = new $DbRow['Class']($this->System);
    7676          $Output = $Class->Execute();
     77          echo($Output);
    7778        } else echo('Class '.$DbRow['Class'].' not found'."\n");
    7879        $this->Database->update('Scheduler', 'Id='.$DbRow['Id'],
Note: See TracChangeset for help on using the changeset viewer.