summaryrefslogtreecommitdiff
path: root/www/insertfile.php
blob: cfc52a7ea83a6a2e5130e041099bb1964aa8a64e (plain)
1
2
3
4
5
6
7
8
9
10
<?

$en_dic = "../blob/en_GB.dic";
$test = "../blob/test";

if($file = file($en_dic)){
	echo "Inserted file";
} else {
	echo "No file found!";
}