summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-26 16:18:57 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-26 16:18:57 -0400
commitf5ba2db3129ca805aa42d75986bd252c237b43a9 (patch)
tree73ff2317d56973e92274e8cc2fbd583726552b7f /src/usr/local/www/exec.php
parent3e115dbf716a9bdb6b972a367c0f0a44f183f6ab (diff)
downloadpfsense-f5ba2db3129ca805aa42d75986bd252c237b43a9.zip
pfsense-f5ba2db3129ca805aa42d75986bd252c237b43a9.tar.gz
Comment typo
Diffstat (limited to 'src/usr/local/www/exec.php')
-rw-r--r--src/usr/local/www/exec.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/exec.php b/src/usr/local/www/exec.php
index 9ab6aa8..8e5c70f 100644
--- a/src/usr/local/www/exec.php
+++ b/src/usr/local/www/exec.php
@@ -275,8 +275,8 @@ if (!isBlank($_POST['txtCommand'])):?>
</div>
</div>
<?php
- // Experimentl version. Writes the user's php code to a file and executes it via a new instance of PHP
- // THis is intended to prevent bad code from breaking the GUI
+ // Experimental version. Writes the user's php code to a file and executes it via a new instance of PHP
+ // This is intended to prevent bad code from breaking the GUI
if (!isBlank($_POST['txtPHPCommand'])) {
puts("<div class=\"panel panel-success responsive\"><div class=\"panel-heading\">PHP response</div>");
puts("<pre>");
OpenPOWER on IntegriCloud