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:
Sarah Hoffmann 2018-12-02 11:21:09 +01:00
parent 11c91e3b8d
commit fe6a2e9f14
2 changed files with 1 additions and 1 deletions

View File

@ -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
View 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