ISPConfig module for simplify the creation of websites and DNS zones in a only step
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

30 行
734 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 class="frmTextHead" style="text-align:center;">'.$app->lng('Versión de WebDNS:').' 1.1</p>';
  19. //}
  20. ?>