mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix indentation and misc errors according to PSR2 coding style guide
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
require_once(dirname(dirname(__FILE__)).'/settings/settings.php');
|
||||
require_once(CONST_BasePath.'/lib/init-website.php');
|
||||
|
||||
|
||||
function statusError($sMsg)
|
||||
{
|
||||
header("HTTP/1.0 500 Internal Server Error");
|
||||
@@ -34,4 +35,3 @@ if (!$iWordID) {
|
||||
|
||||
echo "OK";
|
||||
exit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user