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(); 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);