X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=index.php;h=00014088760a01c0fdd4ace5ca7c80e642631d52;hp=51aa24dfb9980d719b2634500f0f8ddcf7add429;hb=521ac3b392846c6ccef44c19cc82d63c47432297;hpb=29c87287965ad3b88ffd49419d7a7423feda00fa diff --git a/index.php b/index.php index 51aa24d..0001408 100644 --- a/index.php +++ b/index.php @@ -45,7 +45,7 @@ if($DBopen<0) echo "Database error, can't connect... Please wait a while and try again. ". "If the problem doesn't go away feel free to contact $ADMIN_NAME at $ADMIN_EMAIL."; else if ($DBopen == -2) - echo "Wrong database version, please update your database using the update.php script."; + echo 'Wrong database version, please update your database using the update.php script.'; output_footer(); exit();