Browse Source

Sistemato un bacone.

pezcurrel 4 năm trước cách đây
mục cha
commit
9569802669
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/mustard/crawler/peerscrawl.php

+ 1 - 1
web/mustard/crawler/peerscrawl.php

@@ -22,7 +22,7 @@ define('N',"\n");
 
 $opts=array(
 	'startinst'=>'mastodon.social',
-	'peersfp'=>__DIR__.'peers',
+	'peersfp'=>__DIR__.'/peers',
 	'restore'=>false,
 	'excludefp'=>null
 );