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

@ -166,12 +166,12 @@ if (empty($_GET['domain'])) {
unset($output);
}
render_page($user, $TAB, 'admin/add_dns');
render_page($user, $TAB, 'add_dns');
} else {
// Display body for dns record
$v_domain = $_GET['domain'];
render_page($user, $TAB, 'admin/add_dns_rec');
render_page($user, $TAB, 'add_dns_rec');
}