Merged in bugfix/PMC-1430 (pull request #7153)
PMC-1430 Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
@@ -15,14 +15,11 @@ require_once __DIR__ . '/../../bootstrap/app.php';
|
|||||||
AppEvent::getAppEvent();
|
AppEvent::getAppEvent();
|
||||||
|
|
||||||
register_shutdown_function(
|
register_shutdown_function(
|
||||||
create_function(
|
function () {
|
||||||
"",
|
if (class_exists('Propel')) {
|
||||||
"
|
|
||||||
if (class_exists(\"Propel\")) {
|
|
||||||
Propel::close();
|
Propel::close();
|
||||||
}
|
}
|
||||||
"
|
}
|
||||||
)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
ini_set("session.cookie_httponly", 1);
|
ini_set("session.cookie_httponly", 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user