diff --git a/README.md b/README.md
index 87c6e5d1..c6e37e35 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[](https://waffle.io/mkoch227/Mods-For-Hesk)
-
+
Mods for HESK is a set of modifications for HESK v2.5.5, a free and popular helpdesk solution.
diff --git a/install/updateTo1-6-0.php b/install/updateTo1-6-0.php
index d3740fef..bf1d0184 100644
--- a/install/updateTo1-6-0.php
+++ b/install/updateTo1-6-0.php
@@ -12,7 +12,5 @@ hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."attachmen
hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."attachments` MODIFY COLUMN `ticket_id` VARCHAR(13) NULL");
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')");
-?>
-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
+header('Location: update-to1-6-1.php');
\ No newline at end of file
diff --git a/install/updateTo1-6-1.php b/install/updateTo1-6-1.php
new file mode 100644
index 00000000..359edddf
--- /dev/null
+++ b/install/updateTo1-6-1.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