forked from hans/Nominatim
settings.php: when printing error, also exit with error code
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
echo "ERROR: Scripts must be run from build directory.\n";
|
||||
exit;
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user