diff --git a/version_webdns.php b/version_webdns.php new file mode 100755 index 0000000..167843a --- /dev/null +++ b/version_webdns.php @@ -0,0 +1,29 @@ + +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 '
'.$app->lng('Versión de WebDNS:').' 1.1
'; +//} + +?>