1
0
mirror of https://github.com/YGGverse/YGGtracker.git synced 2025-03-10 12:31:04 +00:00

6 lines
184 B
PHP
Raw Normal View History

2023-10-02 16:13:55 +03:00
<?php
if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
require dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}