diff options
Diffstat (limited to 'www/insertfile.php')
| -rw-r--r-- | www/insertfile.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/insertfile.php b/www/insertfile.php new file mode 100644 index 0000000..cfc52a7 --- /dev/null +++ b/www/insertfile.php @@ -0,0 +1,10 @@ +<? + +$en_dic = "../blob/en_GB.dic"; +$test = "../blob/test"; + +if($file = file($en_dic)){ + echo "Inserted file"; +} else { + echo "No file found!"; +} |
