Changeset 848


Ignore:
Timestamp:
May 3, 2017, 8:48:17 AM (7 years ago)
Author:
chronos
Message:
  • Added: fping as system requirement for installation.
Location:
trunk
Files:
2 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();
  • trunk/Readme.txt

    r842 r848  
    30305) Požadované balíky
    3131  htmldoc - Pro generování PDF z HTML
     32  fping - fast ping for checking status of network devices
    3233 
    33   Ubuntu: apt-get install htmldoc php7-mbstring
     34  Ubuntu: apt-get install htmldoc php7-mbstring fping
    3435
    35366) Speedtest
Note: See TracChangeset for help on using the changeset viewer.