diff options
author | Arun Persaud <arun@nubati.net> | 2010-06-06 13:28:50 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-06-06 13:28:50 -0700 |
commit | 0dd3b61e693aaf436af4315a354b8c2409b0f64a (patch) | |
tree | c0468781d6efa61a74be96d0f915e65e38f1f313 /include | |
parent | 5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596 (diff) | |
download | e-DoKo-0dd3b61e693aaf436af4315a354b8c2409b0f64a.tar.gz e-DoKo-0dd3b61e693aaf436af4315a354b8c2409b0f64a.tar.bz2 e-DoKo-0dd3b61e693aaf436af4315a354b8c2409b0f64a.zip |
removed hardcoded reference to wiki and replaced with variable from config.php
Diffstat (limited to 'include')
-rw-r--r-- | include/newgame.php | 3 |
1 files changed, 1 insertions, 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". |