mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Now that the source scripts have been moved to \lib, they can determine the position of the PHP library relative to themselves.
9 lines
330 B
Cheetah
Executable File
9 lines
330 B
Cheetah
Executable File
#!@PHP_BIN@ -Cq
|
|
<?php
|
|
@define('CONST_Default_ModulePath', '@CMAKE_BINARY_DIR@/module');
|
|
@define('CONST_Default_Osm2pgsql', '@CMAKE_BINARY_DIR@/osm2pgsql/osm2pgsql');
|
|
@define('CONST_BinDir', '@CMAKE_SOURCE_DIR@/utils');
|
|
@define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');
|
|
|
|
require_once('@CMAKE_SOURCE_DIR@/lib/admin/@script_source@');
|