Fix notifies by defining APPDB_ROOT and STANDARD_NOTIFY_FOOTER.

This commit is contained in:
Tony Lambregts
2004-12-19 23:04:22 +00:00
committed by WineHQ
parent e62a26f0c4
commit 5bfb02a9de

View File

@@ -226,6 +226,14 @@ function dumpmsgbuffer()
mysql_query("DELETE FROM sessionMessages WHERE sessionId = '$PHPSESSID'");
}
/**
* Statics
*/
define("APPDB_ROOT", "http://appdb.winehq.org/");
define("STANDARD_NOTIFY_FOOTER","------- You are receiving this mail because: -------\n".
"You are an maintainer of this app or an appdb administrator\n".
"to change your preferences go to: ".APPDB_ROOT."preferences.php\n");
/*
* Start DB Connection