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'])
|
||||
goaway(z_root() . '/' . $_SESSION['return_url']);
|
||||
goaway(z_root() . '/apps/personal');
|
||||
goaway(z_root() . '/apps');
|
||||
|
||||
|
||||
}
|
||||
|
@ -9,6 +9,8 @@ function apps_content(&$a) {
|
||||
else
|
||||
$mode = 'list';
|
||||
|
||||
$_SESSION['return_url'] = $a->cmd;
|
||||
|
||||
$apps = array();
|
||||
|
||||
$syslist = get_system_apps();
|
||||
|
Reference in New Issue
Block a user