diff options
author | redmatrix <git@macgirvin.com> | 2016-06-27 16:15:47 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-27 16:15:47 -0700 |
commit | ee1d52749733c1de7e88ede6c63f155215e1ae1c (patch) | |
tree | 4245391c8cdec44abb583d7a87d402a7e3077167 /Zotlabs/Module/New_channel.php | |
parent | f40f7b4d6e291a05ea0a20145bdbe7d98b3d837c (diff) | |
download | volse-hubzilla-ee1d52749733c1de7e88ede6c63f155215e1ae1c.tar.gz volse-hubzilla-ee1d52749733c1de7e88ede6c63f155215e1ae1c.tar.bz2 volse-hubzilla-ee1d52749733c1de7e88ede6c63f155215e1ae1c.zip |
comment on the setup page about the possible need for intermediate certs.
Diffstat (limited to 'Zotlabs/Module/New_channel.php')
-rw-r--r-- | Zotlabs/Module/New_channel.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/New_channel.php b/Zotlabs/Module/New_channel.php index 30d7c83c6..1dcf84fb0 100644 --- a/Zotlabs/Module/New_channel.php +++ b/Zotlabs/Module/New_channel.php @@ -62,7 +62,7 @@ class New_channel extends \Zotlabs\Web\Controller { } - function post() { + function post() { $arr = $_POST; @@ -96,7 +96,7 @@ class New_channel extends \Zotlabs\Web\Controller { } - function get() { + function get() { $acc = \App::get_account(); |