aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-14 19:39:28 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-14 19:39:28 -0700
commit2370a3f89b5f10e6c98edf019fe25d98eb58d401 (patch)
treece0621dead173aa953aa9cce1711b7c11261eab2 /boot.php
parentf44a499ca710c417fb0370b3652bb78d4b09661f (diff)
downloadvolse-hubzilla-2370a3f89b5f10e6c98edf019fe25d98eb58d401.tar.gz
volse-hubzilla-2370a3f89b5f10e6c98edf019fe25d98eb58d401.tar.bz2
volse-hubzilla-2370a3f89b5f10e6c98edf019fe25d98eb58d401.zip
code cleanup for server release
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/boot.php b/boot.php
index 31062d175..77eeb79ab 100644
--- a/boot.php
+++ b/boot.php
@@ -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) {