diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 09:45:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 09:45:39 +0000 |
commit | 7776283a479e24955f45eb9993d93d4dde87956a (patch) | |
tree | 6e7638301d13f74038a5c769f5a06867f37832c3 /util/pconfig | |
parent | c9d4802bf14cd135a75f89e4aa06976dfd628af5 (diff) | |
download | volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.tar.gz volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.tar.bz2 volse-hubzilla-7776283a479e24955f45eb9993d93d4dde87956a.zip |
remove zot includes
Diffstat (limited to 'util/pconfig')
-rwxr-xr-x | util/pconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/pconfig b/util/pconfig index c2027adaf..13fd1e99b 100755 --- a/util/pconfig +++ b/util/pconfig @@ -14,7 +14,6 @@ if(!file_exists('include/cli_startup.php')) { require_once('include/cli_startup.php'); -require_once('include/zot.php'); cli_startup(); @@ -36,7 +35,7 @@ Usage: util/pconfig Displays all of the the channel's config entries util/pconfig <channel_id> <family> - Displays all of the channel's config entries for the specified family + Displays all of the channel's config entries for the specified family (system, database, etc) util/pconfig <channel_id> <family> <key> |