aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-26 19:55:18 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-26 19:55:18 +0200
commitcee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472 (patch)
tree38383bb40e58ee85fb6296a69667411ee92b0da5 /Zotlabs/Lib
parent4a270d10d189471496438489a9b444bd12340aab (diff)
parent86e888e5ebf4090dbab33a28a68fa67b93566417 (diff)
downloadvolse-hubzilla-cee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472.tar.gz
volse-hubzilla-cee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472.tar.bz2
volse-hubzilla-cee41bb1e5cc9d7ea6d49183e78fcb2f5f0d1472.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/System.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/Zotlabs/Lib/System.php b/Zotlabs/Lib/System.php
index a5790fb07..c3e11eb6a 100644
--- a/Zotlabs/Lib/System.php
+++ b/Zotlabs/Lib/System.php
@@ -61,6 +61,13 @@ class System {
return 'pro';
}
+
+ static public function get_zot_revision() {
+ $x = [ 'revision' => ZOT_REVISION ];
+ call_hooks('zot_revision',$x);
+ return $x['revision'];
+ }
+
static public function get_std_version() {
if(defined('STD_VERSION'))
return STD_VERSION;