Unsupported scripts and control panel web app for a hosting company
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

editsite.overview.php 310B

12345678910111213
  1. <div class="block">
  2. <h2>General settings and information</h2>
  3. <table class="innerblock righthead">
  4. <tr>
  5. <th>Site name</th>
  6. <td><?PHP echo h(SITE_NAME); ?></td>
  7. </tr>
  8. <tr>
  9. <th>Document root</th>
  10. <td><?PHP echo h(substr(SITE_DOCROOT,strlen('/home/'.SUSER))); ?></td>
  11. </tr>
  12. </table>
  13. </div>