comparison _xampp/webalizer.php @ 0:b12c99b7c3f0

commit for previous development
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 19 Jan 2015 17:13:49 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b12c99b7c3f0
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 &nbsp;<p>
9 <pre>
10 <?
11 system("/opt/lampp/bin/webalizer;sleep 2");
12 ?>
13 <script>
14 document.location="/webalizer/";
15 </script>
16 </pre>
17 </body>
18 </html>