Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Creaprog/Mamix
Browse files Browse the repository at this point in the history
  • Loading branch information
Codecombay committed Jun 10, 2014
2 parents 785d18e + 1f3a5d1 commit 8453b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="panel-body">
<p>Licence GPL v2</p>
</div>
<div> class="panel-body">
<div class="panel-body">
<p>Uptime :
<?php
$output = shell_exec('uptime');
Expand Down
10 changes: 1 addition & 9 deletions header.php
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
<!--<div class="page-header">
<p>Uptime :
<?php
$output = shell_exec('uptime');
echo "<pre>$output</pre>";
?>
</p>
</div>--!>

<!-- rien !-->

0 comments on commit 8453b42

Please sign in to comment.