Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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>