diff --git a/boot.php b/boot.php index 7f7a817270..e131a5b53a 100644 --- a/boot.php +++ b/boot.php @@ -299,4 +299,11 @@ function footer(&$a) { $s = fetch_url("http://fortunemod.com/cookie.php?equal=1"); $a->page['content'] .= "
$s
"; -} \ No newline at end of file +} + +if(! function_exists('notice')) { +function notice($s) { + + $_SESSION['sysmsg'] .= $s; + +}} \ No newline at end of file