upload
This commit is contained in:
commit
a54152fcc0
18 changed files with 658 additions and 0 deletions
15
random.php
Executable file
15
random.php
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/main.css" id="pagestyle">
|
||||
<?php
|
||||
require 'config.php';
|
||||
require 'common.php';
|
||||
echo('<meta http-equiv="refresh" content="5; url=' . getRandom() . '"/>');
|
||||
?>
|
||||
<title>Redirecting</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>redirecting you to a random site...</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue