more zot6 basic stuff

This commit is contained in:
zotlabs
2017-09-25 20:11:21 -07:00
parent 66334374af
commit d91a82430a
3 changed files with 12 additions and 11 deletions

View File

@@ -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;