summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index 4e393b3..cfd4578 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -48,8 +48,8 @@ if (isset($_POST['closenotice'])) {
exit;
}
-if (isset($_GET['closenotice'])) {
- close_notice($_GET['closenotice']);
+if (isset($_REQUEST['closenotice'])) {
+ close_notice($_REQUEST['closenotice']);
sleep(1);
}
OpenPOWER on IntegriCloud