install fix

This commit is contained in:
Yuri Kuznetsov
2021-07-12 15:52:02 +03:00
parent 7717a15fc2
commit 76b798d6e2
3 changed files with 215 additions and 185 deletions

View File

@@ -91,7 +91,7 @@ if (session_status() != \PHP_SESSION_ACTIVE) {
ob_start();
try {
require('public/install/index.php');
require('entry.php');
}
catch (\Throwable $e) {
fwrite(\STDOUT, "Error: ". $e->getMessage() .".\n");