]> git.openstreetmap.org Git - nominatim.git/blobdiff - cmake/website.tmpl
move creation of website scripts to setup script
[nominatim.git] / cmake / website.tmpl
diff --git a/cmake/website.tmpl b/cmake/website.tmpl
deleted file mode 100755 (executable)
index 8194a8e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-@define('CONST_Debug', (isset($_GET['debug']) && $_GET['debug']));
-@define('CONST_LibDir', '@CMAKE_SOURCE_DIR@/lib');
-@define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');
-@define('CONST_InstallDir', '@CMAKE_BINARY_DIR@');
-require_once(CONST_InstallDir.'/settings/settings-frontend.php');
-
-require_once('@CMAKE_SOURCE_DIR@/website/@script_source@');