mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-25 05:52:32 +03: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:
parent
11c91e3b8d
commit
fe6a2e9f14
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user