This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
Allo-GG
Watch
3
Star
2
Fork
0
Code
Issues
9
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
affichage des logs via php
master
heuzef
5 years ago
parent
e57b364e20
commit
fdb26fd3f8
1 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save