diff options
| author | root | 2014-02-26 16:29:15 +0100 |
|---|---|---|
| committer | root | 2014-02-26 16:29:15 +0100 |
| commit | 17dc93eab267a25e0620576f1ce62bf8ffc417ab (patch) | |
| tree | 833d7549e7f1abcb62cfac5dac345c8ee9c6d9ee /blob | |
| parent | e2dfb7fd3f5da5fac7788ed8bcb146b29d87a8c2 (diff) | |
| download | random-17dc93eab267a25e0620576f1ce62bf8ffc417ab.tar.gz | |
.
Diffstat (limited to 'blob')
| -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)){ |
