Root
Home
Downloads
Tools
Contact
root
>
potd
> index.php
index.php
application/x-php, 77 bytes (
load raw
)
<?php
header
(
"Location: "
.
dirname
(
$_SERVER
[
'PHP_SELF'
]
)
.
"/potd.php"
)
;
?>