diff options
author | Scott Ullrich <sullrich@pfSense.org> | 2010-01-27 15:33:29 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfSense.org> | 2010-01-27 15:33:29 -0500 |
commit | 9cf4b285a54705168e49d74996e8f8d214e846df (patch) | |
tree | 909740a9e8c7358df8eaff6d745cecda8f193c50 /usr/local | |
parent | 963e42d2eb71116b9606d4d8787a2c3601e3ca07 (diff) | |
download | pfsense-9cf4b285a54705168e49d74996e8f8d214e846df.zip pfsense-9cf4b285a54705168e49d74996e8f8d214e846df.tar.gz |
Nuke
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/status_interfaces.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php index 8cd1504..80ef507 100755 --- a/usr/local/www/status_interfaces.php +++ b/usr/local/www/status_interfaces.php @@ -153,7 +153,7 @@ include("head.inc"); <tr> <td width="22%" class="vncellt">PPP uptime</td> <td width="78%" class="listr"> - <?=htmlspecialchars($ifinfo['ppp_uptime']);?> Previous Sessions: <?=htmlspecialchars($ifinfo['ppp_uptime_accumulated']);?> + <?=htmlspecialchars($ifinfo['ppp_uptime']);?>Previous Sessions: <?=htmlspecialchars($ifinfo['ppp_uptime_accumulated']);?> </td> </tr> <?php endif; if ($ifinfo['macaddr']): ?> |