diff options
Diffstat (limited to 'blob/insertfile.php')
| -rw-r--r-- | blob/insertfile.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blob/insertfile.php b/blob/insertfile.php index 8053eb5..390f4d7 100644 --- a/blob/insertfile.php +++ b/blob/insertfile.php @@ -3,9 +3,13 @@ $dic = "../blob/en_GB.dic"; $table = "english"; +//$dic = "../blob/wordlist_german.txt"; +//$table = "german"; + $bool = false; $db = new SQLite3("../database/dict.db"); +//$db = new SQLite3("dict.db"); if($file = file($dic)){ |
