summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_system_activity.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-18 14:33:46 +0000
committerErmal <eri@pfsense.org>2014-04-18 14:33:46 +0000
commit7b66c1d7c8a9a4b344768f73888ebeccf7c2d304 (patch)
treebcb275bd3f36ec4af42d2c4807448f48c8aff517 /usr/local/www/diag_system_activity.php
parent302c005e1123add037411c30e035d5d715b51424 (diff)
downloadpfsense-7b66c1d7c8a9a4b344768f73888ebeccf7c2d304.zip
pfsense-7b66c1d7c8a9a4b344768f73888ebeccf7c2d304.tar.gz
Remove problematic code without proper checks but even not needed here
Diffstat (limited to 'usr/local/www/diag_system_activity.php')
-rw-r--r--usr/local/www/diag_system_activity.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/diag_system_activity.php b/usr/local/www/diag_system_activity.php
index 6d62569..d62e7cb 100644
--- a/usr/local/www/diag_system_activity.php
+++ b/usr/local/www/diag_system_activity.php
@@ -41,8 +41,6 @@
require("guiconfig.inc");
-$pfSversion = str_replace("\n", "", file_get_contents("/etc/version"));
-
$pgtitle = gettext("Diagnostics: System Activity");
if($_REQUEST['getactivity']) {
@@ -78,8 +76,6 @@ include("head.inc");
<div id='maincontent'>
<?php
include("fbegin.inc");
- if(strstr($pfSversion, "1.2"))
- echo "<p class=\"pgtitle\">{$pgtitle}</p>";
if($savemsg) {
echo "<div id='savemsg'>";
print_info_box($savemsg);
OpenPOWER on IntegriCloud