provide a return path from settings pages

This commit is contained in:
Mario Vavti
2018-09-21 20:23:31 +02:00
parent 6f43468724
commit 9638bf2b1e
7 changed files with 13 additions and 3 deletions

View File

@@ -59,6 +59,8 @@ function process_features_post($uid, $features, $post_arr) {
else
set_pconfig($uid,'feature', $k, '');
}
if($post_arr['rpath'])
goaway($post_arr['rpath']);
}
function get_features($filtered = true, $level = (-1)) {