mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Disable "http_method_override" by default
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
|
||||
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
|
||||
}
|
||||
Reference in New Issue
Block a user