mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -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
|
@ -202,7 +202,7 @@ if (empty($v_ns1)) $v_ns1 = 'ns1.example.ltd';
|
|||
if (empty($v_ns2)) $v_ns2 = 'ns2.example.ltd';
|
||||
|
||||
// Render page
|
||||
render_page($user, $TAB, 'admin/add_package');
|
||||
render_page($user, $TAB, 'add_package');
|
||||
|
||||
// Flush session messages
|
||||
unset($_SESSION['error_msg']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue