X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ea48e50c60e3d09030d95a005bd679985e708eca..1d248ac86db873873bc06896573e3dd81113ff5f:/lib/lib.php diff --git a/lib/lib.php b/lib/lib.php index afcc02ef..1e05def3 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -45,7 +45,7 @@ if (!$sUserError) $sUserError = $sError; error_log('ERROR: '.$sError); echo $sUserError."\n"; - exit; + exit(-1); }