mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-08 02:54:08 +00:00
Remove server_compare from list of installed scripts
This is a stand alone script and does not depend on the configured environment.
This commit is contained in:
@@ -109,7 +109,6 @@ set(CUSTOMSCRIPTS
|
|||||||
utils/importWikipedia.php
|
utils/importWikipedia.php
|
||||||
utils/export.php
|
utils/export.php
|
||||||
utils/query.php
|
utils/query.php
|
||||||
utils/server_compare.php
|
|
||||||
utils/setup.php
|
utils/setup.php
|
||||||
utils/specialphrases.php
|
utils/specialphrases.php
|
||||||
utils/update.php
|
utils/update.php
|
||||||
|
|||||||
1
utils/server_compare.php
Normal file → Executable file
1
utils/server_compare.php
Normal file → Executable file
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/php -Cq
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$sFile = 'sample.log.txt'; // Apache log file
|
$sFile = 'sample.log.txt'; // Apache log file
|
||||||
|
|||||||
Reference in New Issue
Block a user