mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Challenging routing on render_page
This commit is contained in:
parent
b1d7736612
commit
37fb304942
42 changed files with 64 additions and 62 deletions
|
@ -12,7 +12,7 @@ $data = array_reverse($data,true);
|
|||
unset($output);
|
||||
|
||||
// Render page
|
||||
render_page($user, $TAB, '*/list_cron');
|
||||
render_page($user, $TAB, 'list_cron');
|
||||
|
||||
// Back uri
|
||||
$_SESSION['back'] = $_SERVER['REQUEST_URI'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue