summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-08-31 22:19:01 +0545
committerPhil Davis <phil.davis@inf.org>2015-08-31 22:19:01 +0545
commit0bbbafc48d9559bfd7160c78cbb39b57abace83f (patch)
tree58c25b3c85761eb92a5a28467aafd728d78f4ab1 /src/usr/local/www/exec.php
parent683ba309d50913828decb5fe3f6ade059c1dfab2 (diff)
downloadpfsense-0bbbafc48d9559bfd7160c78cbb39b57abace83f.zip
pfsense-0bbbafc48d9559bfd7160c78cbb39b57abace83f.tar.gz
Duplicated code in exec.php bootstrap
I am not sure why these lines had been duplicated, so please explain if it does something that is needed.
Diffstat (limited to 'src/usr/local/www/exec.php')
-rw-r--r--src/usr/local/www/exec.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/local/www/exec.php b/src/usr/local/www/exec.php
index a7d9cfd..a8dcd99 100644
--- a/src/usr/local/www/exec.php
+++ b/src/usr/local/www/exec.php
@@ -142,8 +142,6 @@ if (isBlank($_POST['txtRecallBuffer'])) {
puts(" );");
}
?>
- // Set pointer to end of recall buffer.
- var intRecallPtr = arrRecallBuffer.length-1;
// Set pointer to end of recall buffer.
var intRecallPtr = arrRecallBuffer.length-1;
@@ -299,4 +297,4 @@ if (!isBlank($_POST['txtCommand'])):?>
include("foot.inc");
if($_POST)
- conf_mount_ro(); \ No newline at end of file
+ conf_mount_ro();
OpenPOWER on IntegriCloud