Fix warnings an code enhancement.

This commit is contained in:
Sébastien Lucas 2014-03-10 17:59:57 +01:00
parent f4503647ad
commit 133b6dc9d6
5 changed files with 5 additions and 6 deletions

View file

@ -28,6 +28,8 @@ function checkRequest ($idData, $emailDest) {
if (php_sapi_name() === 'cli') { return; }
global $config;
if ($error = checkConfiguration ()) {
echo $error;
exit;