summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-xusr/local/www/exec.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index c6f8788..8f3ee4f 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -27,6 +27,9 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ pfSense_MODULE: shell
+*/
##|+PRIV
##|*IDENT=page-diagnostics-command
@@ -35,7 +38,6 @@
##|*MATCH=exec.php*
##|-PRIV
-
require("guiconfig.inc");
if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) {
@@ -236,7 +238,6 @@ if (!isBlank($_POST['txtPHPCommand'])) {
puts("</pre>");
}
-
?>
<div id="niftyOutter">
<form action="exec.php" method="POST" enctype="multipart/form-data" name="frmExecPlus" onSubmit="return frmExecPlus_onSubmit( this );">
OpenPOWER on IntegriCloud