summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/exec.php1
-rwxr-xr-xusr/local/www/exec_raw.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index 396ef67..649067f 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -7,7 +7,6 @@
(modified for m0n0wall by Manuel Kasper <mk@neon1.net>)
*/
-$omit_nocacheheaders = true;
if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) {
session_cache_limiter('public');
diff --git a/usr/local/www/exec_raw.php b/usr/local/www/exec_raw.php
index 49413ab..c513d27 100755
--- a/usr/local/www/exec_raw.php
+++ b/usr/local/www/exec_raw.php
@@ -29,7 +29,6 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$omit_nocacheheaders = true;
header("Content-Type: text/plain");
include("guiconfig.inc");
OpenPOWER on IntegriCloud