Ignore:
Timestamp:
May 3, 2017, 8:48:17 AM (7 years ago)
Author:
chronos
Message:
  • Added: fping as system requirement for installation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/NetworkConfig/Generate.php

    r831 r848  
    88
    99$Now = time();
    10 $DbResult = $System->Database->select('NetworkConfiguration', '*, UNIX_TIMESTAMP(LastTime)', '(Changed = 1) AND (Enabled = 1)');
     10$DbResult = $System->Database->select('NetworkConfiguration', '*, UNIX_TIMESTAMP(`LastTime`)', '(`Changed` = 1) AND (`Enabled` = 1)');
    1111while($Service = $DbResult->fetch_assoc())
    1212{
     
    1616    $ExecutionStart = time();
    1717    //echo($Service['Caption'].'...');
     18
    1819    $ExecuteParts = explode('|', $Service['Execute']);
    1920    $Output = array();
Note: See TracChangeset for help on using the changeset viewer.