Version 1.3.1 was never released

merge-requests/2/head v1.4.0
Mike Koch 10 years ago
parent 511ff23d22
commit 5f70187de0

@ -65,10 +65,8 @@ if ($_GET['update'] == 1)
</head>
<body>
<div style="display: <?php echo $showInstructions; ?>">
<h1>Update NuMods from v1.3.1 to v1.4.0</h1>
<p><a href="#">Update here.</a> <b>Do not use any of the other links below!</b></p>
<h1>Update NuMods from v1.2.4 - v1.3.0 to v1.4.0</h1>
<p><a href="updateTo1-3-1.php">Update here</a>. <b>Do not use the installation below!</b></p>
<p><a href="updateTo1-4-0.php">Update here</a>. <b>Do not use the installation below!</b></p>
<h1>Install NuMods v1.4.0 <b>for the first time</b></h1>
<h4><i>If you have not yet installed/updated HESK, please do so first before continuing; otherwise installation will <b>fail</b>!</i></h4>
<br/>

@ -1,10 +0,0 @@
<?php
define('IN_SCRIPT',1);
define('HESK_PATH','../');
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`;");
header('Location: updateTo1-4-0.php');
exit();
?>

@ -4,6 +4,7 @@ define('HESK_PATH','../');
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`;");
hesk_dbQuery("CREATE TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."denied_ips` (
`ID` INT NOT NULL PRIMARY KEY AUTO_INCREMENT,
`RangeStart` VARCHAR(100) NOT NULL,

Loading…
Cancel
Save