mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 22:54:12 +01:00
10 lines
163 B
PHP
10 lines
163 B
PHP
<?php
|
|
|
|
$container->loadFromExtension('framework', [
|
|
'csrf_protection' => true,
|
|
'form' => true,
|
|
'session' => [
|
|
'handler_id' => null,
|
|
],
|
|
]);
|