updated to use function for last commit

This commit is contained in:
laf
2015-08-25 08:40:20 +00:00
parent 59de0d1478
commit 86059f67c1
3 changed files with 6 additions and 2 deletions

View File

@@ -1227,3 +1227,7 @@ function fping($host,$params) {
function function_check($function) {
return function_exists($function);
}
function get_last_commit() {
return `git log -n 1|head -n1`;
}//end get_last_commit