Prep install files for 1.7.0
This commit is contained in:
parent
4a410887f7
commit
6b1d746b7c
@ -6,12 +6,13 @@ require(HESK_PATH . 'hesk_settings.inc.php');
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<title>Mods For HESK 1.6.0 Install / Upgrade</title>
|
||||
<title>Mods For HESK 1.7.0 Install / Upgrade</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mods for HESK 1.6.0 Install / Upgrade</h1>
|
||||
<h1>Mods for HESK 1.7.0 Install / Upgrade</h1>
|
||||
<h3>Select your current Mods for HESK version number to upgrade.</h3>
|
||||
<ul style="list-style-type: none">
|
||||
<li><a href="updateTo1-7-0.php">v1.6.1</a></li>
|
||||
<li><a href="updateTo1-6-1.php">v1.6.0</a></li>
|
||||
<li><a href="updateTo1-6-0.php">v1.5.0</a></li>
|
||||
<li><a href="updateTo1-5-0.php">v1.4.1</a></li>
|
||||
@ -19,7 +20,7 @@ require(HESK_PATH . 'hesk_settings.inc.php');
|
||||
<li><a href="updateTo1-4-1.php">v1.2.4 or v1.3.0</a></li>
|
||||
<li><a href="freshInstall.php">No previous version</a> (make sure you have installed/updated HESK first; otherwise installation will <b>fail</b>!)</li>
|
||||
</ul>
|
||||
<p>Please verify the database information below. Additionally, ensure that the database user has CREATE and ALTER permissions.</p>
|
||||
<p>Please verify the database information below. Additionally, ensure that the database user has <b>CREATE</b> and <b>ALTER</b> permissions.</p>
|
||||
<p><b>Database Host: </b> <?php echo $hesk_settings['db_host']; ?></p>
|
||||
<p><b>Database Name: </b><?php echo $hesk_settings['db_name']; ?></p>
|
||||
<p><b>Database User: </b><?php echo $hesk_settings['db_user']; ?></p>
|
||||
|
@ -6,4 +6,4 @@ require(HESK_PATH . 'hesk_settings.inc.php');
|
||||
hesk_dbConnect();
|
||||
hesk_dbQuery("UPDATE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` SET `Value` = '1.6.1' WHERE `Key` = 'modsForHeskVersion'");
|
||||
|
||||
header('Location: updateTo2-0-0.php');
|
||||
header('Location: updateTo1-7-0.php');
|
@ -60,7 +60,7 @@ hesk_dbQuery("CREATE TABLE `".hesk_dbEscape($hesk_settings['db_pfix'])."stage_ti
|
||||
KEY `statuses` (`status`),
|
||||
KEY `owner` (`owner`)
|
||||
)");
|
||||
hesk_dbQuery("UPDATE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` SET `Value` = '2.0.0' WHERE `Key` = 'modsForHeskVersion'");
|
||||
hesk_dbQuery("UPDATE `".hesk_dbEscape($hesk_settings['db_pfix'])."settings` SET `Value` = '1.7.0' WHERE `Key` = 'modsForHeskVersion'");
|
||||
|
||||
//-- Add the new custom field property to modsForHesk_settings.inc.php
|
||||
$file = file_get_contents(HESK_PATH . 'modsForHesk_settings.inc.php');
|
Loading…
x
Reference in New Issue
Block a user