This commit is contained in:
Julio Cesar Laura Avendaño
2019-11-27 14:22:09 -04:00
parent 8b5c8cd666
commit a23095c178

View File

@@ -15,14 +15,11 @@ require_once __DIR__ . '/../../bootstrap/app.php';
AppEvent::getAppEvent();
register_shutdown_function(
create_function(
"",
"
if (class_exists(\"Propel\")) {
function () {
if (class_exists('Propel')) {
Propel::close();
}
"
)
}
);
ini_set("session.cookie_httponly", 1);