make update script

This commit is contained in:
Ibnu Maksum
2022-09-09 09:53:21 +07:00
parent 46e534af6c
commit e9d67ce220
5 changed files with 205 additions and 100 deletions

View File

@ -26,7 +26,7 @@
<?php
if (isset($_GET['_error']) && ($_GET['_error']) == '1') {
echo '<h4 style="color: red;"> Unable to Connect Database, Please make sure database info is correct and try again ! </h4>';
}
}//
$cururl = 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$appurl = str_replace('/install/step3.php', '', $cururl);