Fixing the path of the installation log file

This commit is contained in:
MrWeez 2023-06-09 12:17:11 +03:00 committed by IceToast
parent e7fd842f4b
commit 7795ea3d98

View file

@ -88,7 +88,7 @@ if (isset($_POST['feedDB'])) {
header('LOCATION: index.php?step=3');
} else {
wh_log('Feeding the Database failed', 'debug');
header('LOCATION: index.php?step=2.5&message=There was an error. Please check the .txt file in /var/www/controlpanel/public/install/logs !');
header('LOCATION: index.php?step=2.5&message=There was an error. Please check the installer.log file in /var/www/controlpanel/storage/logs !');
}
}