Browse Source

affichage des logs via php

master
heuzef 5 years ago
parent
commit
fdb26fd3f8
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      ui/check_services.php

+ 4
- 3
ui/check_services.php View File

@@ -56,9 +56,10 @@
<div class="row">
<div class="col-lg-12">
<p class="bs-component">

<?php exec(" cat allogg.log &"); ?>

<?php
$log=file_get_contents('allo-gg.log');
echo $log;
?>
</p>
<hr/>
</div>


Loading…
Cancel
Save