Files
preauth/config/preload.php
T
andrew 102b9f3e78 Full code refactor to Symfony7.4 with FrankenPHP
Includes significant breaking changes.
Default port and transportation changed to
http via port 80
Names of environment variables have changed.
2025-12-15 12:30:14 -05:00

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';
}