Skip to content
Snippets Groups Projects
Commit 8018a274 authored by Till Brehm's avatar Till Brehm
Browse files

Update capp.php

parent 6105091c
Loading
...@@ -33,6 +33,7 @@ require_once '../lib/app.inc.php'; ...@@ -33,6 +33,7 @@ require_once '../lib/app.inc.php';
//* Import module variable //* Import module variable
$mod = $_REQUEST["mod"]; $mod = $_REQUEST["mod"];
//* If we click on a search result, load that one instead of the module's start page //* If we click on a search result, load that one instead of the module's start page
$redirect = (isset($_REQUEST["redirect"]) ? $_REQUEST["redirect"] : ''); $redirect = (isset($_REQUEST["redirect"]) ? $_REQUEST["redirect"] : '');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment