Opps forgot php opening tag

This commit is contained in:
johnnyq
2021-11-20 17:02:01 -05:00
parent 32ff834dd6
commit 5352b3adbf

View File

@@ -32,6 +32,7 @@ $git_log = shell_exec("git log master..origin/master --pretty=format:'<tr><td>%h
}else{ }else{
?> ?>
<h3 class="text-success">Congratulations you are up to date!</h3> <h3 class="text-success">Congratulations you are up to date!</h3>
<?php
} }
?> ?>
</center> </center>