@@ -10,6 +10,13 @@ class git
} else {
return TRUE;
}
+
+ if(strpos($_string, 'Git Success') === TRUE){
+ $return = TRUE;
+ } else {
+ return FALSE;
+ }
return $return;