aboutsummaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
Diffstat (limited to 'php')
-rw-r--r--php/readfile.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/php/readfile.php b/php/readfile.php
new file mode 100644
index 0000000..12c72da
--- /dev/null
+++ b/php/readfile.php
@@ -0,0 +1,9 @@
+<?php
+$filename =$_GET['filename'];
+
+$filename = '/var/modbuslog/'.$filename;
+
+$filecontents = file_get_contents($filename, FILE_USE_INCLUDE_PATH);
+
+echo $filecontents;
+?>
='/debian/lcd4linux.git/commit/debian/copyright?id=a5a52aef608dfe218ce237467b0da4a558fe6c38&follow=1'>normalize fields with wrap-and-sort(1)siretart@tauware.de2-18/+20 2011-04-29fix order of calling dh_autoreconf_cleansiretart@tauware.de1-1/+1 2011-04-29Add Uploader details to Debian PackageJonathan McCrohan1-0/+1 2011-04-27Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency onReinhard Tartler2-1/+5 2011-04-27No longer build the mpd module. Closes: #578226Reinhard Tartler1-0/+1 2011-04-27No longer compile against Python. Python 2.6 now links against libssl,Reinhard Tartler2-2/+3