summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_captiveportal.php')
-rwxr-xr-xusr/local/www/services_captiveportal.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index b30b330..4c5d5a0 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -103,7 +103,6 @@ if ($_GET['act'] == "viewhtml") {
} else if ($_GET['act'] == "getlogouthtml" && $a_cp[$cpzone] && $a_cp[$cpzone]['page']['logouttext']) {
$file_data = base64_decode($a_cp[$cpzone]['page']['logouttext']);
$file_size = strlen($file_data);
- file_put_contents("/tmp/lala", $file_data);
header("Content-Type: text/html");
header("Content-Disposition: attachment; filename=logout.html");
OpenPOWER on IntegriCloud