Rapsys Git
/
veranda
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove auto generated .env
[veranda]
/
config
/
preload.php
1
<?
php
2
3
if
(
file_exists
(
dirname
(
__DIR__
).
'/var/cache/prod/App_KernelProdContainer.preload.php'
)) {
4
require
dirname
(
__DIR__
).
'/var/cache/prod/App_KernelProdContainer.preload.php'
;
5
}