1
0
mirror of https://github.com/kvazar-network/webapp.git synced 2025-03-13 06:01:32 +00:00

6 lines
184 B
PHP
Raw Normal View History

2024-02-11 21:59:52 +02:00
<?php
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}