From 2a517d92c0c0f793775d416ac42fd3adc8c82fee Mon Sep 17 00:00:00 2001 From: Pablo Sarria Date: Mon, 15 Jan 2018 22:41:17 +0100 Subject: [PATCH] Reflejo la version 1.2.1 --- version_webdns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_webdns.php b/version_webdns.php index a19bd62..123f048 100755 --- a/version_webdns.php +++ b/version_webdns.php @@ -23,7 +23,7 @@ require_once '../../lib/app.inc.php'; //$app->auth->check_module_permissions('help'); //if($_SESSION['s']['user']['typ'] == 'admin') { - echo '

 

 

 

'.$app->lng('Versión de WebDNS:').' 1.2

'; + echo '

 

 

 

'.$app->lng('Versión de WebDNS:').' 1.2.1

'; //} ?>