summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorHorus32014-02-25 18:41:11 +0100
committerHorus32014-02-25 18:41:11 +0100
commit0e7bf4852888e06ec2da9b83aabcc8b39475d15b (patch)
tree3f58351c85e13fe6a41660449270157f89239c8f /www
parentb869d66e44095bc7ac5e4cbd2dde2ef9217a65df (diff)
downloadrandom-0e7bf4852888e06ec2da9b83aabcc8b39475d15b.tar.gz
test file
Diffstat (limited to 'www')
-rw-r--r--www/insertfile.php10
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!";
+}