diff options
| author | moehm | 2014-05-30 11:04:28 +0200 |
|---|---|---|
| committer | moehm | 2014-05-30 11:04:28 +0200 |
| commit | d6997febbdf6d424fcd0702e3324588387dc2cd9 (patch) | |
| tree | 9ebe96433d2ae394e95a78e87e1a7f0831ab85b0 /www/puush.php | |
| parent | e5e8ee54e4b404d0cbdf69bebc3d9bdd9bd04855 (diff) | |
| download | random-d6997febbdf6d424fcd0702e3324588387dc2cd9.tar.gz | |
rewrite
Diffstat (limited to 'www/puush.php')
| -rw-r--r-- | www/puush.php | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/www/puush.php b/www/puush.php deleted file mode 100644 index d8aafd6..0000000 --- a/www/puush.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php -include("include.php"); -?> -<!Doctype html> -<head> -<title>Random Youtube Video</title> -<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'> -<link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /> -<link rel='stylesheet' type='text/css' href='style.css'/> -</head> -<body vlnk='#5b5b5b' vlink='#000000' link='#000000' alink='#9a9696'> -<center> -<?php -include("header.php"); -include("piwik.php"); -?> -<h1>A random "puu.sh" file!</h1> -<br> - -<?php -$count = 0; - -$count = get_image($count); - -echo " -<br><br> - -<p>We tried for " . $count . " times.</p> - -<br> -<a href='/puush'>Try again</a> - -</center> -"; -?> |
