diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-12 01:26:21 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-12 01:26:21 -0800 |
commit | 619f8f752b95749c2c4b90c204aee1dbba1dee78 (patch) | |
tree | 0011b1e236588a3d08acf0cbaef057cb3a0b467c /boot.php | |
parent | b0a491eaa8759feef7bca1a9c1dd272fa07c4872 (diff) | |
parent | 07b67963f128157e85c891057da2c42c286166e7 (diff) | |
download | volse-hubzilla-619f8f752b95749c2c4b90c204aee1dbba1dee78.tar.gz volse-hubzilla-619f8f752b95749c2c4b90c204aee1dbba1dee78.tar.bz2 volse-hubzilla-619f8f752b95749c2c4b90c204aee1dbba1dee78.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2010,7 +2010,7 @@ function build_querystring($params, $name = null) { } -/* +/** * @brief Much better way of dealing with c-style args. */ function argc() { @@ -2031,6 +2031,8 @@ function dba_timer() { /** * @brief Returns xchan_hash from the observer. * + * Observer can be a local or remote channel. + * * @return string xchan_hash from observer, otherwise empty string if no observer */ function get_observer_hash() { @@ -2041,7 +2043,6 @@ function get_observer_hash() { return ''; } - /** * @brief Returns the complete URL of the current page, e.g.: http(s)://something.com/network * |