aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-13 21:46:21 -0700
committerzotlabs <mike@macgirvin.com>2017-07-13 21:46:21 -0700
commit77f71303f21e7690f75c33f54dc84033921102aa (patch)
tree894c4d6365552825c7d71011804550860ec43981 /include/zot.php
parent266dab1b593a93d49ad97ab0cad9022486ba4c7f (diff)
downloadvolse-hubzilla-77f71303f21e7690f75c33f54dc84033921102aa.tar.gz
volse-hubzilla-77f71303f21e7690f75c33f54dc84033921102aa.tar.bz2
volse-hubzilla-77f71303f21e7690f75c33f54dc84033921102aa.zip
update some addon docs and ensure we only generate statistics once a day
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 05475d051..677fdf6b7 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -2831,7 +2831,7 @@ function import_site($arr, $pubkey) {
$access_policy = ACCESS_PRIVATE;
if($access_policy != ACCESS_PRIVATE) {
- $x = z_fetch_url($arr['url'] . '/siteinfo/json');
+ $x = z_fetch_url($arr['url'] . '/siteinfo.json');
if(! $x['success'])
$access_policy = ACCESS_PRIVATE;
}