69af37fc16
Just getting the base framework installed and running so the goodness can begin
6 lines
184 B
PHP
6 lines
184 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';
|
|
}
|