15 lines
367 B
PHP
15 lines
367 B
PHP
|
<?php
|
||
|
define('IN_SCRIPT',1);
|
||
|
define('HESK_PATH','../');
|
||
|
require(HESK_PATH . 'install/install_functions.inc.php');
|
||
|
require(HESK_PATH . 'hesk_settings.inc.php');
|
||
|
|
||
|
|
||
|
|
||
|
if ($updateSuccess) {
|
||
|
?>
|
||
|
|
||
|
<h1>Installation / Update complete!</h1>
|
||
|
<p>Please delete the <b>install</b> folder for security reasons, and then proceed back to the <a href="../">Help Desk</a></p>
|
||
|
|
||
|
<?php } ?>
|