home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / subnav.php < prev    next >
Encoding:
Text File  |  2004-05-30  |  1.3 KB  |  25 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <link href="../../css/style.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <!-- Include extracted ServerName -->
  9. <? include("../../inc/config.inc.php"); ?>
  10. <body bgcolor="#F5F5F5" class="subbodynav">
  11. <table width="90%" border="0" cellspacing="0" cellpadding="2">
  12.   <tr>
  13.     <td > <div align="center"><strong><img src="../../gfx/mehr.gif" width="9" height="9" border="0">
  14.          <? echo "<a href=\"http://"."$servername"."/php.info\" target=\"subBody\">PHPINFO( )</a><br>"; ?></strong></div></td>
  15.     <td ><div align="center"><strong><img src="../../gfx/mehr.gif" width="9" height="9" border="0">
  16.         <a href="../../scripts/serverinfo.php" target="subBody">SERVER-INFO</a></strong></div></td>
  17.     <td ><div align="center"><strong><img src="../../gfx/mehr.gif" width="9" height="9" border="0">
  18.         <a href="../../scripts/serverstatus.php" target="subBody">SERVER-STATUS</a></strong></div></td>
  19.     <td ><div align="center"><strong><img src="../../gfx/mehr.gif" width="9" height="9" border="0">
  20.         <a href="../../scripts/phpextens.php" target="subBody">PHP-EXTENSIONS</a> </strong></div></td>
  21.   </tr>
  22. </table>
  23. </body>
  24. </html>
  25.