commit | 4b2fbd9d70a15f5505d846f97f281de98ce21c3e | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Sun Sep 22 22:30:25 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Sun Sep 22 22:30:25 2019 +0200 |
tree | a6986312f347810f6a46cdb1f0851cfe1201ecde | |
parent | 1bf9ab755479618350cf34bac99d8485b4f01ecd [diff] [blame] |
Fix per les cookies que no funcionen
diff --git a/admin/createtable.php b/admin/createtable.php index 4abafb0..ca5f2d6 100644 --- a/admin/createtable.php +++ b/admin/createtable.php
@@ -26,5 +26,5 @@ ) */ - if (query($create)) header("Location: ./index.php?dbname=".$dbname); + if (query($create)) die("<script>window.location.href = './index.php?dbname=".$dbname."'<script>"); ?>