mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
e70f405abd
Just make cmake install a small stub that includes the settings from the build directory and then the script from the source directory. Remove executable rights from php files in utils/ so that they cannot be accidentally executed.
5 lines
138 B
Cheetah
Executable File
5 lines
138 B
Cheetah
Executable File
#!@PHP_BIN@ -Cq
|
|
<?php
|
|
require_once(dirname(dirname(__FILE__)).'/settings/settings.php');
|
|
require_once(CONST_BasePath.'/@script_source@');
|