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 4b1d252 commit 6ad8fda
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<div class="panel panel-default">
<div class="panel-body">
<p>Licence GPL v2</p>
</div>
<div class="panel-body">
Uptime :
Uptime :
<?php
$output = shell_exec('uptime');
echo "<pre>$output</pre>";
?>
</div>
</div>
<p>Licence GPL v2</p>
<div class="panel-footer"><p>Code source : <a href="https://github.com/Creaprog/Mamix">Github</a></p></div>
</div>

0 comments on commit 6ad8fda

Please sign in to comment.