From: Arun Persaud Date: Thu, 20 Sep 2012 05:58:39 +0000 (-0700) Subject: another few "->' X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=8f0af76bec797c067fc26c49d636e097a1ad87ba;hp=521ac3b392846c6ccef44c19cc82d63c47432297;p=e-DoKo.git another few "->' --- diff --git a/include/functions.php b/include/functions.php index 344d99e..037da48 100644 --- a/include/functions.php +++ b/include/functions.php @@ -46,20 +46,20 @@ function config_check() if(!isset($ADMIN_EMAIL)) { output_header(); - echo "

Setup not completed

"; - echo "You need to set \$ADMIN_EMAIL in config.php. ". - "If something goes wrong an email will be send to this address."; + echo '

Setup not completed

'; + echo 'You need to set $ADMIN_EMAIL in config.php. '. + 'If something goes wrong an email will be send to this address.'; output_footer(); exit(); } if(!isset($DB_work)) { output_header(); - echo "

Setup not completed

"; - echo "You need to set \$DB_work in config.php. ". - "If this is set to anything else than 0, the game will be suspended and one can work safely on the database. ". - "A message will be displayed that it will probably take about N minutes, with N being the number \$DB_work is set to. ". - "The default should be 0 for the game to work."; + echo '

Setup not completed

'; + echo 'You need to set $DB_work in config.php. '. + 'If this is set to anything else than 0, the game will be suspended and one can work safely on the database. '. + 'A message will be displayed that it will probably take about N minutes, with N being the number $DB_work is set to. '. + 'The default should be 0 for the game to work.'; output_footer(); exit(); }