ZOT_REVISION ]; Hook::call('zot_revision', $x); return $x['revision']; } public static function get_std_version() { if (defined('STD_VERSION')) { return STD_VERSION; } return '0.0.0'; } public static function compatible_project($p) { if (in_array(strtolower($p), ['hubzilla', 'zap', 'red', 'misty', 'mistpark', 'redmatrix', 'osada', 'roadhouse','streams'])) { return true; } return false; } }