diff options
| author | Horus3 | 2014-02-25 19:20:09 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-25 19:20:09 +0100 |
| commit | aca3a7a20547aaee220300b570d070e4c6fe9869 (patch) | |
| tree | e756f3cc57d3eba1c55808acdcdf9337bca76a71 /www/setup.php | |
| parent | de391af1ff6695bd5bf52d08bd4b1512cfc524b3 (diff) | |
| parent | f254f1553d06953083c66620c6257682355064d1 (diff) | |
| download | random-aca3a7a20547aaee220300b570d070e4c6fe9869.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:random
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)){ |
