summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/index.php b/index.php index 2986730..9072431 100755 --- a/index.php +++ b/index.php
@@ -32,6 +32,16 @@ if (strpos($_SERVER['REQUEST_URI'],'index.php'))
32 exit; 32 exit;
33} 33}
34 34
35if (sd_isSpecialDay('April Fools Day'))
36{
37 if (rand(0,20) == 4)
38 {
39 header('Location: http://www.youtube.com/watch?v=CD2LRROpph0');
40 echo(" ");
41 exit;
42 }
43}
44
35ob_start(); 45ob_start();
36 46
37$pageName = basename($_GET['area']); 47$pageName = basename($_GET['area']);