Skip to content

Commit 5871631

Browse files
author
TrystanLea
committed
use write apikey
1 parent c3a66a4 commit 5871631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync_upload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// local ahead of remote
4949
echo $tagname."\n";
5050
if ($local->engine==Engine::PHPFINA) {
51-
phpfina_upload($settings['feed']['phpfina']['datadir'],$local->id,$host,$remote->id,$apikey_read);
51+
phpfina_upload($settings['feed']['phpfina']['datadir'],$local->id,$host,$remote->id,$apikey_write);
5252
}
5353
} /*else if ($local->npoints<$remote->npoints) {
5454
echo "local behind remote";

0 commit comments

Comments
 (0)