diff options
Diffstat (limited to 'www/setup.php')
| -rw-r--r-- | www/setup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/setup.php b/www/setup.php index a4ab123..9158353 100644 --- a/www/setup.php +++ b/www/setup.php @@ -1,6 +1,7 @@ <? $db = new SQLite3("../database/dict.db"); +$bool = false; foreach ($_GET as $name => $value) { if(preg_match("/drop(ped)?/i",$name)){ |
