diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index df3b79f80..91fc03a3a 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1565,6 +1565,9 @@ function import_site($arr,$pubkey) { || ($siterecord['site_register'] != $register_policy)) { $update = true; + logger('import_site: input: ' . print_r($arr,true)); + logger('import_site: stored: ' . print_r($siterecord,true)); + $r = q("update site set site_flags = %d, site_access = %d, site_directory = '%s', site_register = %d, site_update = '%s' where site_url = '%s' limit 1", intval($site_directory), |