summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/exec.php')
-rw-r--r--src/usr/local/www/exec.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/local/www/exec.php b/src/usr/local/www/exec.php
index 2ceef95..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;
@@ -298,5 +296,5 @@ if (!isBlank($_POST['txtCommand'])):?>
<?php
include("foot.inc");
-if ($_POST)
- conf_mount_ro(); \ No newline at end of file
+if($_POST)
+ conf_mount_ro();
OpenPOWER on IntegriCloud