set return url from apps page
This commit is contained in:
parent
7e59580812
commit
25e134dd9c
@ -54,7 +54,7 @@ function appman_post(&$a) {
|
|||||||
|
|
||||||
if($_SESSION['return_url'])
|
if($_SESSION['return_url'])
|
||||||
goaway(z_root() . '/' . $_SESSION['return_url']);
|
goaway(z_root() . '/' . $_SESSION['return_url']);
|
||||||
goaway(z_root() . '/apps/personal');
|
goaway(z_root() . '/apps');
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,8 @@ function apps_content(&$a) {
|
|||||||
else
|
else
|
||||||
$mode = 'list';
|
$mode = 'list';
|
||||||
|
|
||||||
|
$_SESSION['return_url'] = $a->cmd;
|
||||||
|
|
||||||
$apps = array();
|
$apps = array();
|
||||||
|
|
||||||
$syslist = get_system_apps();
|
$syslist = get_system_apps();
|
||||||
|
Reference in New Issue
Block a user