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 6105091 commit 8018a27Copy full SHA for 8018a27
interface/web/capp.php
@@ -33,6 +33,7 @@
33
34
//* Import module variable
35
$mod = $_REQUEST["mod"];
36
+
37
//* If we click on a search result, load that one instead of the module's start page
38
$redirect = (isset($_REQUEST["redirect"]) ? $_REQUEST["redirect"] : '');
39
0 commit comments