summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/help.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/help.php')
-rw-r--r--src/usr/local/www/help.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/help.php b/src/usr/local/www/help.php
index 9c4b9a6..ed657d4 100644
--- a/src/usr/local/www/help.php
+++ b/src/usr/local/www/help.php
@@ -328,8 +328,8 @@ $helppages = array(
$pagename = "";
/* Check for parameter "page". */
-if ($_GET && isset($_GET['page'])) {
- $pagename = $_GET['page'];
+if ($_REQUEST && isset($_REQUEST['page'])) {
+ $pagename = $_REQUEST['page'];
}
/* If "page" is not found, check referring URL */
OpenPOWER on IntegriCloud