Changeset 79 for client/php
- Timestamp:
- Dec 31, 2016, 3:54:07 PM (9 years ago)
- Location:
- client/php
- Files:
- 
      - 2 edited
 
 - 
          
  Global.php (modified) (1 diff)
- 
          
  Routerboard.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      client/php/Global.phpr66 r79 1 1 <?php 2 3 include_once('Version.php');4 include_once('Types.php');5 include_once('Classes.php');6 include_once('Packages/Common/Common.php');7 include_once('Measure.php');8 include_once('Application.php');9 2 10 3 function HumanDate($Time) 
- 
      client/php/Routerboard.phpr66 r79 262 262 } 263 263 if(!array_key_exists('Down', $NetworkState) or !array_key_exists('Up', $NetworkState)) print_r($FilterList); 264 .. 264 265 265 $NetworkState['DownAverage'] = round(($NetworkState['Down'] - $LastRBNetworkState['Down']) / ($NetworkState['Time'] - $LastRBNetworkState['Time'])); 266 266 $NetworkState['UpAverage'] = round(($NetworkState['Up'] - $LastRBNetworkState['Up']) / ($NetworkState['Time'] - $LastRBNetworkState['Time'])); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
