Includes significant breaking changes. Default port and transportation changed to http via port 80 Names of environment variables have changed.
9 lines
201 B
PHP
9 lines
201 B
PHP
<?php
|
|
|
|
if (file_exists(dirname(__DIR__) .
|
|
'/var/cache/prod/App_KernelProdContainer.preload.php')
|
|
) {
|
|
require dirname(__DIR__) .
|
|
'/var/cache/prod/App_KernelProdContainer.preload.php';
|
|
}
|