home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / xampp / webalizer.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  516 b   |  22 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2.     "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4.     <head>
  5.         <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
  6.         <link href="xampp.css" rel="stylesheet" type="text/css">
  7.         <title></title>
  8.     </head>
  9.  
  10.     <body>
  11.          <p>
  12.         <pre>
  13.             <?php
  14.                 shell_exec("..\webalizer\webalizer.bat");
  15.             ?>
  16.             <script type="text/javascript">
  17.                 document.location = "/webalizer/";
  18.             </script>
  19.         </pre>
  20.     </body>
  21. </html>
  22.