mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
install fix
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user