aboutsummaryrefslogtreecommitdiffstats
path: root/php/readfile.php
blob: 12c72daf52a8b84b398f2816546f23552f1ebf8a (plain)
1
2
3
4
5
6
7
8
9
<?php
$filename =$_GET['filename'];

$filename = '/var/modbuslog/'.$filename;

$filecontents = file_get_contents($filename, FILE_USE_INCLUDE_PATH);

echo $filecontents;
?>
pan title='2012-02-05 22:51:00 +0000'>2012-02-05Use quiltJonathan McCrohan3-6/+9 2012-02-05Update changelogJonathan McCrohan1-1/+6 2012-02-05clean up packagingJonathan McCrohan2-2/+1 2012-02-05fix errorsJonathan McCrohan3-10/+3 2012-02-05Undo accidental source changesJonathan McCrohan2-9/+9 2012-02-05Add patch to remove copyingJonathan McCrohan2-1/+9