ISPConfig module for simplify the creation of websites and DNS zones in a only step
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
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:').' 1.2</p>';
  19. //}
  20. ?>