Challenging routing on render_page

This commit is contained in:
Flat 2016-07-02 21:40:46 +09:00
commit 37fb304942
42 changed files with 64 additions and 62 deletions

View file

@ -20,7 +20,7 @@ $autoupdate = $output['0'];
unset($output);
// Render page
render_page($user, $TAB, 'admin/list_updates');
render_page($user, $TAB, 'list_updates');
// Back uri
$_SESSION['back'] = $_SERVER['REQUEST_URI'];