]> git.openstreetmap.org Git - nominatim.git/commitdiff
Remove settings/settings.php
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Dec 2018 10:16:41 +0000 (11:16 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Dec 2018 10:16:41 +0000 (11:16 +0100)
This was only a stub to warn when something was
executed directly from utils/ in the source directory.
This is no longer possible.

settings/settings.php [deleted file]

diff --git a/settings/settings.php b/settings/settings.php
deleted file mode 100644 (file)
index 907a9fa..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-
-echo "ERROR: Scripts must be run from build directory.\n";
-exit(1);