diff options
| author | root | 2014-03-22 23:32:31 +0100 |
|---|---|---|
| committer | root | 2014-03-22 23:32:31 +0100 |
| commit | dc083d0685fa36e48f6d9e1ba2895f730a167194 (patch) | |
| tree | 708201e76379e64e94a274b1ebd940f3647948dc /www/puush.php | |
| parent | a72958ea64fcc95398e4b23418651060da8a955e (diff) | |
| download | random-dc083d0685fa36e48f6d9e1ba2895f730a167194.tar.gz | |
Committing all.
Diffstat (limited to 'www/puush.php')
| -rw-r--r-- | www/puush.php | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/puush.php b/www/puush.php index 6f754a3..58b4ee6 100644 --- a/www/puush.php +++ b/www/puush.php @@ -2,12 +2,19 @@ <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> +<body vlnk='#5b5b5b' vlink='#000000' link='#000000' alink='#9a9696'> <center> -<h1>A random "puu.sh" file!</h1> <?php +include("header.php"); +include("piwik.php"); +?> +<h1>A random "puu.sh" file!</h1> +<br> +<? $count = 0; function get_image($count){ @@ -32,7 +39,7 @@ function get_image($count){ return $count; } else { $count = $count + 1; - if($count < 50){ + if($count < 100){ $count = get_image($count); } else { echo "We tried for " . $count . " times. Now is enough. <br><br>"; |
