summaryrefslogtreecommitdiff
path: root/www/puush.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/puush.php')
-rw-r--r--www/puush.php35
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>
-";
-?>