From d7c67e1210bd708b957dd09f388082e52bd3370e Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Sun, 19 Dec 2004 17:39:08 +0000 Subject: [PATCH] - removed the constants already defined in the new config file --- include/incl.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/incl.php b/include/incl.php index 92c4ef1..e8cbc75 100644 --- a/include/incl.php +++ b/include/incl.php @@ -227,14 +227,6 @@ 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 */