Adjust path to library
authorJoey Schulze <joey@infodrom.org>
Tue, 24 Sep 2019 06:33:06 +0000 (08:33 +0200)
committerJoey Schulze <joey@infodrom.org>
Tue, 24 Sep 2019 06:33:06 +0000 (08:33 +0200)
bin/zeitungen-checkrobots

index 6191748..43462e4 100755 (executable)
@@ -1,8 +1,8 @@
 #! /usr/bin/php
 <?php
 
-include_once('/org/zeitungsliste.de/lib/core.inc');
-include_once('/org/zeitungsliste.de/lib/extern/apache-log-parser.php');
+include_once('/org/infodrom.org/cvsarea/www.zeitungsliste.de/lib/core.inc');
+include_once('/org/infodrom.org/cvsarea/www.zeitungsliste.de/lib/extern/apache-log-parser.php');
 
 $log = '/var/log/apache2/www.zeitungsliste.de/combined.log.0';