diff options
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -409,12 +409,6 @@ function remote_user() { return false; }} -function footer(&$a) { - - $s = fetch_url("http://fortunemod.com/cookie.php?equal=1"); - $a->page['content'] .= "<div class=\"fortune\" >$s</div>"; -} - if(! function_exists('notice')) { function notice($s) { |