From 0dd3b61e693aaf436af4315a354b8c2409b0f64a Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 6 Jun 2010 13:28:50 -0700 Subject: [PATCH] removed hardcoded reference to wiki and replaced with variable from config.php --- include/newgame.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/newgame.php b/include/newgame.php index f06bebe..4e9deaf 100644 --- a/include/newgame.php +++ b/include/newgame.php @@ -191,8 +191,7 @@ else /* send out email, TODO: check for error with email */ $message = "You are invited to play a game of DoKo.\n". - "Please, place comments and bug reports here:\n". - "http://wiki.nubati.net/index.php?title=EmailDoko\n\n". + "Please, place comments and bug reports here:\n$WIKI\n\n". "The whole round would consist of the following players:\n". "$PlayerA\n". "$PlayerB\n". -- 2.25.1