commit | 03d030d510773ff627c0532009fb8782682a1517 | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Wed Sep 25 21:52:01 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Wed Sep 25 21:52:01 2019 +0200 |
tree | b527aafd9a72ce0dead0b98e647973ec0f7d732b | |
parent | 20af6c22073e86d16c03a2f1f3e9186e3bc94a86 [diff] [blame] |
Reimplementation of cookies
diff --git a/admin/insert.php b/admin/insert.php index 5099bc7..883ca8a 100644 --- a/admin/insert.php +++ b/admin/insert.php
@@ -22,5 +22,5 @@ if (!query($template)) die("An error ocurred." . $template); } - die("<script>window.location.href = './index.php?successinserting'</script>"); + die("<script>window.location.href = './?successinserting'</script>"); ?>