diff --git a/install/updateNuMods.php b/install/updateNuMods.php index 29e6964f..be494795 100644 --- a/install/updateNuMods.php +++ b/install/updateNuMods.php @@ -3,7 +3,6 @@ define('IN_SCRIPT',1); define('HESK_PATH','../'); require(HESK_PATH . 'install/install_functions.inc.php'); require(HESK_PATH . 'hesk_settings.inc.php'); - $showFinished = 'none'; $showInstructions = 'block'; if ($_GET['update'] == 1) @@ -70,16 +69,17 @@ if ($_GET['update'] == 1)

Update here. Do not use any of the other links below!

Update NuMods from v1.2.4 - v1.3.0 to v1.4.0

Update here. Do not use the installation below!

-

Install NuMods v1.3.1 for the first time

+

Install NuMods v1.4.0 for the first time

If you have not yet installed/updated HESK, please do so first before continuing; otherwise installation will fail!


-

Please verify the database information below. Additionally, ensure that the database user has CREATE permissions.

+

Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.

Database Host:

Database Name:

Database User:

Database Password:

Database Prefix:

Proceed with installation +

By proceeding, you agree to the terms of the Creative Commons Attribution-ShareAlike 4.0 International License.

Installation Finished

diff --git a/install/updateTo1-3-1.php b/install/updateTo1-3-1.php index 59d03bc8..82419dfc 100644 --- a/install/updateTo1-3-1.php +++ b/install/updateTo1-3-1.php @@ -5,7 +5,6 @@ require(HESK_PATH . 'install/install_functions.inc.php'); require(HESK_PATH . 'hesk_settings.inc.php'); hesk_dbConnect(); hesk_dbQuery("ALTER TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."users` ADD COLUMN `autorefresh` BIGINT NOT NULL DEFAULT 0 AFTER `replies`;"); -?> - -

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-4-0.php'); +exit(); +?> \ No newline at end of file