summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 19:40:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 19:40:03 +0000
commit90779bf7f6ccddffb41415ed44ae9ea0c46ab143 (patch)
treec1517d307861794a2daf419bf62590c46bd62300 /usr
parente1807fbf0449a2a1d9d3a19d6c6e1689a38cb801 (diff)
downloadpfsense-90779bf7f6ccddffb41415ed44ae9ea0c46ab143.zip
pfsense-90779bf7f6ccddffb41415ed44ae9ea0c46ab143.tar.gz
is_subqueue() returns 1 if the item is a subqeueu
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index aec798d..66f8c10 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -102,7 +102,7 @@ if ($_POST) {
}
} else {
if($pkg['custom_add_php_command']) {
- if($pkg['donotsave'] <> "") {
+ if($pkg['donotsave'] <> "" or $pkg['preoutput'] <> "") {
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
OpenPOWER on IntegriCloud