Skip to content

Commit

Permalink
enviando prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
dannegm committed Nov 4, 2012
1 parent bce6d0e commit 8600f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.php
Expand Up @@ -2,8 +2,8 @@
$out = array();
$cmd = exec('git pull origin master', $out);
echo "<ol>";
foreach($out as $x){
echo "<li>" . $x . "</li>";
for($i = 0; $i < count($out); $i++){
echo "<li>" . $out[$i] . "</li>";
}
echo "</ol>";
?>

0 comments on commit 8600f53

Please sign in to comment.