aboutsummaryrefslogtreecommitdiffstats
path: root/util/pconfig
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-02 21:55:36 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-02 21:55:36 -0700
commit065a50c920ebfe2274ab134bca7849051f3582e7 (patch)
tree696993095e821eda1b58576b3947714eceabd681 /util/pconfig
parent9369e521bbe45c5be3e5342d14b0670c85f78a31 (diff)
downloadvolse-hubzilla-065a50c920ebfe2274ab134bca7849051f3582e7.tar.gz
volse-hubzilla-065a50c920ebfe2274ab134bca7849051f3582e7.tar.bz2
volse-hubzilla-065a50c920ebfe2274ab134bca7849051f3582e7.zip
a few clone sync fixes as well as some work on hubzilla clone sync back to redmatrix
Diffstat (limited to 'util/pconfig')
-rwxr-xr-xutil/pconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/pconfig b/util/pconfig
index baa786a03..cefa6901c 100755
--- a/util/pconfig
+++ b/util/pconfig
@@ -4,11 +4,13 @@
// Red pconfig utility
require_once('include/cli_startup.php');
+require_once('include/zot.php');
cli_startup();
if($argc > 4) {
set_pconfig($argv[1],$argv[2],$argv[3],$argv[4]);
+ build_sync_packet($argv[1]);
echo "pconfig[{$argv[1]}][{$argv[2]}][{$argv[3]}] = " . get_pconfig($argv[1],$argv[2],$argv[3]) . "\n";
}