Closes #90 Fix the redirect to updateTo1-6-1
This commit is contained in:
parent
0924dd5cc8
commit
1ae552f02a
@ -13,4 +13,4 @@ hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."attachmen
|
||||
hesk_dbQuery("CREATE TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` (`Key` NVARCHAR(200) NOT NULL, `Value` NVARCHAR(200) NOT NULL)");
|
||||
hesk_dbQuery("INSERT INTO `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` (`Key`, `Value`) VALUES ('modsForHeskVersion', '1.6.0')");
|
||||
|
||||
header('Location: update-to1-6-1.php');
|
||||
header('Location: updateTo1-6-1.php');
|
Loading…
x
Reference in New Issue
Block a user