2015-01-19 11:17:38 -05:00
|
|
|
<?php
|
|
|
|
define('IN_SCRIPT',1);
|
2015-02-04 11:00:30 -05:00
|
|
|
define('HESK_PATH','../../');
|
2015-01-19 11:17:38 -05:00
|
|
|
require(HESK_PATH . 'install/install_functions.inc.php');
|
|
|
|
require(HESK_PATH . 'hesk_settings.inc.php');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if ($updateSuccess) {
|
|
|
|
?>
|
|
|
|
|
|
|
|
<h1>Installation / Update complete!</h1>
|
2015-02-04 11:00:30 -05:00
|
|
|
<p>Please delete the <b>install</b> folder for security reasons, and then proceed back to the <a href="../../">Help Desk</a></p>
|
2015-01-19 11:17:38 -05:00
|
|
|
|
|
|
|
<?php } ?>
|