home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / webalizer.php < prev    next >
Encoding:
Text File  |  2004-04-13  |  258 b   |  19 lines

  1. <html>
  2. <head>
  3. <title>XAMPP webalizer</title>
  4. <link href="xampp.css" rel="stylesheet" type="text/css">
  5. </head>
  6.  
  7. <body>
  8.  <p>
  9. <pre>
  10. <?
  11. shell_exec("..\webalizer\webalizer.bat");
  12. ?>
  13. <script>
  14.     document.location="/webalizer/";
  15. </script>
  16. </pre>
  17. </body>
  18. </html>
  19.