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/createtable.php b/admin/createtable.php index 57e1802..b5b411f 100644 --- a/admin/createtable.php +++ b/admin/createtable.php
@@ -26,5 +26,5 @@ )"]; foreach ($queries as $query) if (!query($query)) die('An error ocurred. ' . $query); - die("<script>window.location.href = './index.php?dbname=$dbname'</script>"); + die("<script>window.location.href = './?dbname=$dbname'</script>"); ?>