summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-02-22 13:07:21 -0500
committerjim-p <jimp@pfsense.org>2017-02-22 13:07:53 -0500
commit8899188029e023f00853eb5dc9ba238b01f8e4a6 (patch)
tree0ff29055ca0e1d36cfc1316c55814275987ec4ac
parent57f4327a60c0cabf43161a6cfde98479b42a7092 (diff)
downloadpfsense-8899188029e023f00853eb5dc9ba238b01f8e4a6.zip
pfsense-8899188029e023f00853eb5dc9ba238b01f8e4a6.tar.gz
Remove some unused code from diag_command.php.
-rwxr-xr-xsrc/usr/local/www/diag_command.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/usr/local/www/diag_command.php b/src/usr/local/www/diag_command.php
index 84c57e1..bac4848 100755
--- a/src/usr/local/www/diag_command.php
+++ b/src/usr/local/www/diag_command.php
@@ -75,16 +75,6 @@ function puts($arg) {
echo "$arg\n";
}
-// "Constants".
-
-$Version = '';
-$ScriptName = $REQUEST['SCRIPT_NAME'];
-
-// Get year.
-
-$arrDT = localtime();
-$intYear = $arrDT[5] + 1900;
-
$pgtitle = array(gettext("Diagnostics"), gettext("Command Prompt"));
include("head.inc");
?>
OpenPOWER on IntegriCloud