ISPConfig module for simplify the creation of websites and DNS zones in a only step
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

30 строки
747 B

  1. <?php
  2. /*
  3. 2017, David Ramos García, Open6Hosting <dramos@open6hosting.com>
  4. All rights reserved.
  5. */
  6. /******************************************
  7. * Begin Form configuration
  8. ******************************************/
  9. //$tform_def_file = "form/user_settings.tform.php";
  10. /******************************************
  11. * End Form configuration
  12. ******************************************/
  13. require_once '../../lib/config.inc.php';
  14. require_once '../../lib/app.inc.php';
  15. //* Check permissions for module
  16. //$app->auth->check_module_permissions('help');
  17. //if($_SESSION['s']['user']['typ'] == 'admin') {
  18. echo '<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p class="frmTextHead" style="text-align:center;">'.$app->lng('Versión de WebDNS:').' 2.0</p>';
  19. //}
  20. ?>