| @@ -0,0 +1,29 @@ | |||||
| <?php | |||||
| /* | |||||
| 2017, David Ramos García, Open6Hosting <dramos@open6hosting.com> | |||||
| All rights reserved. | |||||
| */ | |||||
| /****************************************** | |||||
| * Begin Form configuration | |||||
| ******************************************/ | |||||
| //$tform_def_file = "form/user_settings.tform.php"; | |||||
| /****************************************** | |||||
| * End Form configuration | |||||
| ******************************************/ | |||||
| require_once '../../lib/config.inc.php'; | |||||
| require_once '../../lib/app.inc.php'; | |||||
| //* Check permissions for module | |||||
| //$app->auth->check_module_permissions('help'); | |||||
| //if($_SESSION['s']['user']['typ'] == 'admin') { | |||||
| echo '<p> </p><p> </p><p class="frmTextHead" style="text-align:center;">'.$app->lng('Versión de WebDNS:').' 1.1</p>'; | |||||
| //} | |||||
| ?> | |||||