From 25e134dd9cb4768291517678286a197d5a4e79a6 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 18 Jun 2015 17:53:26 -0700 Subject: set return url from apps page --- mod/apps.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/apps.php') diff --git a/mod/apps.php b/mod/apps.php index be9b54307..fcf545421 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -9,6 +9,8 @@ function apps_content(&$a) { else $mode = 'list'; + $_SESSION['return_url'] = $a->cmd; + $apps = array(); $syslist = get_system_apps(); -- cgit v1.2.3