Commit 033aecb3 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1115 Return the Z-Push version for WebserviceInfo->About().

Released under the Affero GNU General Public License (AGPL) version 3.
parent 04a25dda
...@@ -52,4 +52,14 @@ class WebserviceInfo { ...@@ -52,4 +52,14 @@ class WebserviceInfo {
return $output; return $output;
} }
/**
* Returns the Z-Push version.
*
* @access public
* @return string
*/
public function About() {
return @constant('ZPUSH_VERSION');
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment