diff options
author | Mario <mario@mariovavti.com> | 2020-10-24 21:26:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-24 21:26:46 +0000 |
commit | 5580fc1954a63f861644e2de3773fbb3adfa8f2c (patch) | |
tree | 193bc866d62a6d396e79e5e8556007514456a8d8 /Zotlabs/Lib | |
parent | d0e85f05afd09258f8e390811d4c727027a5c1a7 (diff) | |
download | volse-hubzilla-5580fc1954a63f861644e2de3773fbb3adfa8f2c.tar.gz volse-hubzilla-5580fc1954a63f861644e2de3773fbb3adfa8f2c.tar.bz2 volse-hubzilla-5580fc1954a63f861644e2de3773fbb3adfa8f2c.zip |
enable btlogging to syslog
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Webfinger.php | 2 | ||||
-rw-r--r-- | Zotlabs/Lib/Zotfinger.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Webfinger.php b/Zotlabs/Lib/Webfinger.php index c2364ac4d..611c36889 100644 --- a/Zotlabs/Lib/Webfinger.php +++ b/Zotlabs/Lib/Webfinger.php @@ -106,4 +106,4 @@ class Webfinger { -}
\ No newline at end of file +} diff --git a/Zotlabs/Lib/Zotfinger.php b/Zotlabs/Lib/Zotfinger.php index 2d2e6796b..722e34dfc 100644 --- a/Zotlabs/Lib/Zotfinger.php +++ b/Zotlabs/Lib/Zotfinger.php @@ -60,4 +60,4 @@ class Zotfinger { -}
\ No newline at end of file +} |