X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Ffunctions.php;h=98feae40b45505f02eb5fe2cffb0541e2f277213;hb=c7d334c4782dd4bc07e5bda8bb364d62e5537d1e;hp=04d1bde7ec785ad779ed391322ad23d9c5b1449d;hpb=66ddaaf798a7ac2ed368ac19d9f64db3d957f20d;p=e-DoKo.git diff --git a/include/functions.php b/include/functions.php index 04d1bde..98feae4 100644 --- a/include/functions.php +++ b/include/functions.php @@ -75,7 +75,7 @@ function config_check() function mymail($uid,$subject,$message) { - global $EmailName; + global $EmailName,$WIKI; /* do we send the email right away or save it in the database? */ $send_now = 1; @@ -89,8 +89,7 @@ function mymail($uid,$subject,$message) "-- \n". "You can change your mail delivery mode in the preference menu.\n". 'web: http://doko.nubati.net '. - 'help: http://wiki.nubati.net/EmailDoko '. - 'bugs: http://wiki.nubati.net/EmailDokoIssues'; + "help, bugs, etc.: $WIKI"; if(is_array($uid)) {