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/insert.php b/admin/insert.php index 4301bdd..e357105 100644 --- a/admin/insert.php +++ b/admin/insert.php
@@ -20,5 +20,5 @@ if (!query($template)) die("An error ocurred."); } - header("Location: ./index.php"); + die("<script>window.location.href = './index.php'</script>"); ?>