From c3abbfb3c6c2de9a0293f2742e3b0d286d0f1c6a Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Oct 2017 18:52:55 +0200 Subject: [PATCH] subo version_webdns, en el commit anterior no lo subi finalmente --- version_webdns.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 version_webdns.php 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

'; +//} + +?>