mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -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
|
@ -121,7 +121,7 @@ $db_hosts = array_merge($db_hosts, $db_hosts_tmp);
|
|||
unset($db_hosts_tmp);
|
||||
unset($output);
|
||||
|
||||
render_page($user, $TAB, 'admin/add_db');
|
||||
render_page($user, $TAB, 'add_db');
|
||||
|
||||
// Flush session messages
|
||||
unset($_SESSION['error_msg']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue