Skip to content

Commit

Permalink
use write apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Oct 9, 2022
1 parent c3a66a4 commit 5871631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// local ahead of remote
echo $tagname."\n";
if ($local->engine==Engine::PHPFINA) {
phpfina_upload($settings['feed']['phpfina']['datadir'],$local->id,$host,$remote->id,$apikey_read);
phpfina_upload($settings['feed']['phpfina']['datadir'],$local->id,$host,$remote->id,$apikey_write);
}
} /*else if ($local->npoints<$remote->npoints) {
echo "local behind remote";
Expand Down

0 comments on commit 5871631

Please sign in to comment.