|
- <?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';
-
-
- echo '<p> </p><p> </p><p> </p>
- <p class="frmTextHead" style="text-align:center;">'.$app->lng('Versión <a href="https://www.open6hosting.com/"><B>WebDNS</B>').' <B>2.0</B></a>
- <br>Para todos los usuarios.</br><br>Control de límites para zonas dns, bases de datos y sitios web.</br></p>';
-
-
- ?>
|