ZOT_REVISION ]; call_hooks('zot_revision',$x); return $x['revision']; } static public function get_std_version() { if(defined('STD_VERSION')) return STD_VERSION; return '0.0.0'; } static public function compatible_project($p) { if(get_directory_realm() != DIRECTORY_REALM) return true; if(in_array(strtolower($p),['hubzilla','zap','red'])) return true; return false; } }