PHP Classes

File: config/preload.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Dinobot on Tabletop Game   config/preload.php   Download  
File: config/preload.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Dinobot on Tabletop Game
Play the Dinobot game on the terminal console
Author: By
Last change:
Date: 18 days ago
Size: 401 bytes
 

Contents

Class file image Download
<?php declare(strict_types=1);

if (
file_exists(dirname(__DIR__) . '/var/cache/prod/srcApp_KernelProdContainer.preload.php')) {
    require
dirname(__DIR__) . '/var/cache/prod/srcApp_KernelProdContainer.preload.php';
}

if (
file_exists(dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php')) {
    require
dirname(__DIR__) . '/var/cache/prod/App_KernelProdContainer.preload.php';
}