Hopefully making the installation script easier to run
This commit is contained in:
parent
3aa10dfc43
commit
33ec8ac79a
@ -9,23 +9,22 @@ require(HESK_PATH . 'hesk_settings.inc.php');
|
|||||||
<title>Mods For HESK 1.6.0 Install / Upgrade</title>
|
<title>Mods For HESK 1.6.0 Install / Upgrade</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Update Mods for HESK from v1.5.0 to v1.6.0</h1>
|
<h1>Mods for HESK 1.6.0 Install / Upgrade</h1>
|
||||||
<p><a href="updateTo1-6-0.php">Update here</a>. <b>Do not use the installation below!</b> </p>
|
<h3>Select your current Mods for HESK version number to upgrade.</h3>
|
||||||
<h1>Update Mods For HESK from v1.4.1 to v1.5.0</h1>
|
<ul style="list-style-type: none">
|
||||||
<p><a href="updateTo1-5-0.php">Update here</a>. <b>Do not use the installation below!</b> </p>
|
<a href="updateTo1-6-0.php">v1.5.0</a>
|
||||||
<h1>Update Mods For HESK from v1.2.4 - v1.3.0 to v1.5.0</h1>
|
<a href="updateTo1-5-0.php">v1.4.1</a>
|
||||||
<p>If you attempted the v1.4.0 installation and it failed, use <a href="updateTo1-4-1.php?ar=true">this update link</a>. Do not use the link below!</p>
|
<a href="updateTo1-4-1.php?ar=true">v1.4.0</a>
|
||||||
<p><a href="updateTo1-4-1.php">Update here</a>. <b>Do not use the installation below!</b></p>
|
<a href="updateTo1-4-1.php">v1.2.4 or v1.3.0</a>
|
||||||
<h1>Install Mods For HESK v1.5.0 <b>for the first time</b></h1>
|
<a href="freshInstall.php">No previous version (make sure you have installed/updated HESK first; otherwise installation will <b>fail</b>!)</a>
|
||||||
<h4><i>If you have not yet installed/updated HESK, please do so first before continuing; otherwise installation will <b>fail</b>!</i></h4>
|
</ul>
|
||||||
<br/>
|
|
||||||
<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 CREATE and ALTER permissions.</p>
|
||||||
<p><b>Database Host: </b> <?php echo $hesk_settings['db_host']; ?></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 Name: </b><?php echo $hesk_settings['db_name']; ?></p>
|
||||||
<p><b>Database User: </b><?php echo $hesk_settings['db_user']; ?></p>
|
<p><b>Database User: </b><?php echo $hesk_settings['db_user']; ?></p>
|
||||||
<p><b>Database Password: </b><?php echo $hesk_settings['db_pass']; ?></p>
|
<p><b>Database Password: </b><?php echo $hesk_settings['db_pass']; ?></p>
|
||||||
<p><b>Database Prefix: </b><?php echo $hesk_settings['db_pfix']; ?></p>
|
<p><b>Database Prefix: </b><?php echo $hesk_settings['db_pfix']; ?></p>
|
||||||
<a href="freshInstall.php">Proceed with installation</a>
|
|
||||||
<p>By proceeding, you agree to the terms of the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License.</a></p>
|
<p>By proceeding, you agree to the terms of the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License.</a></p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user