diff --git a/install/updateTo1-5-0.php b/install/updateTo1-5-0.php index b283807a..78bce33d 100644 --- a/install/updateTo1-5-0.php +++ b/install/updateTo1-5-0.php @@ -7,7 +7,6 @@ hesk_dbConnect(); hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."users` ADD COLUMN `active` ENUM('0', '1') NOT NULL DEFAULT '1'"); hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."users` ADD COLUMN `can_manage_settings` ENUM('0', '1') NOT NULL DEFAULT '1'"); hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."users` ADD COLUMN `default_notify_customer_email` ENUM ('0', '1') NOT NULL DEFAULT '1'"); -?> -

Update complete!

-

Please delete the install folder for security reasons, and then proceed back to the Help Desk

\ No newline at end of file +header('Location: updateTo1-6-0.php'); +?> \ No newline at end of file diff --git a/install/updateTo1-6-0.php b/install/updateTo1-6-0.php new file mode 100644 index 00000000..5dbf0543 --- /dev/null +++ b/install/updateTo1-6-0.php @@ -0,0 +1,11 @@ + + +

Installation / Update complete!

+

Please delete the install folder for security reasons, and then proceed back to the Help Desk

\ No newline at end of file