15 lines
373 B
PHP
Raw Normal View History

2015-01-19 11:17:38 -05:00
<?php
define('IN_SCRIPT',1);
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>
<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 } ?>