We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bffef0 commit 0eba708Copy full SHA for 0eba708
index.php
@@ -33,7 +33,7 @@
33
text/faq.html?faq=20 helpdesk/kb.php
34
EOD;
35
$paramComments = (bool)($_POST ? ($_POST['desc_comments'] ?? false) : true);
36
-$paramType = $_POST['type'] ?? RewriteTypes::PERMANENT_REDIRECT;
+$paramType = (int)($_POST['type'] ?? RewriteTypes::PERMANENT_REDIRECT);
37
38
$generator = new ApacheModRewriteGenerator;
39
0 commit comments