1
1
Fork 0

code cleanup for server release

This commit is contained in:
Mike Macgirvin 2010-08-14 19:39:28 -07:00
commit 2370a3f89b
3 changed files with 0 additions and 8 deletions

View file

@ -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) {