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;
?>
-0410-b409-cd5a39f66f1f 2001-02-18[lcd4linux @ 2001-02-18 20:16:13 by reinelt]reinelt3-1/+43 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@83 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-02-16[lcd4linux @ 2001-02-16 14:15:11 by reinelt]reinelt2-6/+13 fixed type in processor.c GPO documentation update from Carsten git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@82 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-02-16[lcd4linux @ 2001-02-16 08:23:09 by reinelt]reinelt5-8/+37 new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de> git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@81 3ae390bd-cb1e-0410-b409-cd5a39f66f1f 2001-02-14[lcd4linux @ 2001-02-14 07:40:16 by reinelt]reinelt8-35/+178 first (incomplete) GPO implementation git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@80 3ae390bd-cb1e-0410-b409-cd5a39f66f1f