Skip to content

Commit

Permalink
Update footer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
thedj21 committed Jun 10, 2014
1 parent 6269e34 commit 4b1d252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
<p>Licence GPL v2</p>
</div>
<div class="panel-body">
<p>Uptime :
Uptime :
<?php
$output = shell_exec('uptime');
echo "<pre>$output</pre>";
?>
</p>"
</div>
<div class="panel-footer"><p>Code source : <a href="https://github.com/Creaprog/Mamix">Github</a></p></div>
</div>
Expand Down

0 comments on commit 4b1d252

Please sign in to comment.