home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2004 June
/
ENTER.ISO
/
files
/
xampp-win32-1.4.5-installer.exe
/
xampp
/
webalizer.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-07-05
|
270 b
|
22 lines
<?
$webalizer="webalizer.bat";
shell_exec($webalizer);
?>
<html>
<head>
<title>XAMPP webalizer</title>
<link href="xampp.css" rel="stylesheet" type="text/css">
</head>
<body>
<p>
<pre>
<script>
document.location="/webalizer/";
</script>
</pre>
</body>
</html>