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
|
@ -198,10 +198,10 @@ if ((!empty($_POST['save'])) && (!empty($_GET['domain'])) && (!empty($_GET['reco
|
|||
// Render page
|
||||
if (empty($_GET['record_id'])) {
|
||||
// Display body for dns domain
|
||||
render_page($user, $TAB, '*/edit_dns');
|
||||
render_page($user, $TAB, 'edit_dns');
|
||||
} else {
|
||||
// Display body for dns record
|
||||
render_page($user, $TAB, 'admin/edit_dns_rec');
|
||||
render_page($user, $TAB, 'edit_dns_rec');
|
||||
}
|
||||
|
||||
// Flush session messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue