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 (in_array(strtolower($p),['hubzilla','zap','red','misty','mistpark','redmatrix','osada'])) { return true; } return false; } }