Removed option to create dns templates by clients.
| | |
| | | $app->uses('tpl,tform,tform_actions');
|
| | | $app->load('tform_actions');
|
| | |
|
| | | if($_SESSION["s"]["user"]["typ"] != 'admin') die('Access denied for non admin users.'); |
| | | |
| | | class page_action extends tform_actions {
|
| | |
|
| | | }
|
| | |
| | | 'target' => 'content', |
| | | 'link' => 'dns/dns_wizard.php'); |
| | | |
| | | if($_SESSION["s"]["user"]["typ"] == 'admin') { |
| | | |
| | | $items[] = array( 'title' => "Templates", |
| | | 'target' => 'content', |
| | | 'link' => 'dns/dns_template_list.php'); |
| | | |
| | | } |
| | | |
| | | |
| | | $module["nav"][] = array( 'title' => 'DNS Wizard', |