Mercurial > hg > extraction-interface
view _xampp/webalizer.php @ 26:579f03f8bee5
merge table books_info into table books (execute Home/Test)
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 03 Mar 2015 10:33:42 +0100 |
parents | b12c99b7c3f0 |
children |
line wrap: on
line source
<html> <head> <title>XAMPP webalizer</title> <link href="xampp.css" rel="stylesheet" type="text/css"> </head> <body> <p> <pre> <? system("/opt/lampp/bin/webalizer;sleep 2"); ?> <script> document.location="/webalizer/"; </script> </pre> </body> </html>