diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-12 15:54:41 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-12 15:54:41 +0100 |
commit | 51d791d824d05a8ce0347c1c7d20a7c7d37a5fb6 (patch) | |
tree | 0c95ae518d9ab9035a47c3dfa68b686bc9f061ae /boot.php | |
parent | db08e2cea0703818b7f3515271d7603c78d1e648 (diff) | |
parent | 07b67963f128157e85c891057da2c42c286166e7 (diff) | |
download | volse-hubzilla-51d791d824d05a8ce0347c1c7d20a7c7d37a5fb6.tar.gz volse-hubzilla-51d791d824d05a8ce0347c1c7d20a7c7d37a5fb6.tar.bz2 volse-hubzilla-51d791d824d05a8ce0347c1c7d20a7c7d37a5fb6.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
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 * |