diff --git a/web/mustard/crawler/crawler.php b/web/mustard/crawler/crawler.php index c17e2a0..42ff14e 100755 --- a/web/mustard/crawler/crawler.php +++ b/web/mustard/crawler/crawler.php @@ -61,7 +61,7 @@ $opts=array( 'log'=>false, 'jsonfp'=>__DIR__.'/instances.json', 'jsonwrite'=>false, - 'peersfp'=>'peers' + 'peersfp'=>__DIR__.'peers' ); use function mysqli_real_escape_string as myesc; diff --git a/web/mustard/crawler/peerscrawl.php b/web/mustard/crawler/peerscrawl.php index f3a1fe7..e84cf30 100755 --- a/web/mustard/crawler/peerscrawl.php +++ b/web/mustard/crawler/peerscrawl.php @@ -22,7 +22,7 @@ define('N',"\n"); $opts=array( 'startinst'=>'mastodon.social', - 'peersfp'=>'peers', + 'peersfp'=>__DIR__.'peers', 'restore'=>false, 'excludefp'=>null ); diff --git a/web/mustard/dafa.txt b/web/mustard/dafa.txt index e0ca028..c002484 100644 --- a/web/mustard/dafa.txt +++ b/web/mustard/dafa.txt @@ -13,6 +13,8 @@ * niente virtualhost, spostare mastostart nella docroot di default di apache, così che per vederlo basti andare su 172.17.0.2, senza dover toccare /etc/hosts dell'host * aggiornare update.sh così che rifletta il cambiamento al punto precedente +- transazioni, dove appropriato +- dispinst.php: setlocale: il nome della locale è sempre quello su tutti i sistemi? ! invite.php: una modalità di test che non manda le mail ma crea gli account "guest" - "stabilizzare" $cjrand in glob.php a una versione ? tutto: ristrutturare il layout directory?