Configuracion Minima
This commit is contained in:
28
public/index.php
Normal file
28
public/index.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* FlightPHP Framework
|
||||
* @copyright Copyright (c) 2024, Mike Cao <mike@mikecao.com>, n0nag0n <n0nag0n@sky-9.com>
|
||||
* @license MIT, http://flightphp.com/license
|
||||
.____ __ _
|
||||
__o__ _______ _ _ _ / /
|
||||
\ ~\ / /
|
||||
\ '\ ..../ .'
|
||||
. ' ' . ~\ ' / /
|
||||
. _ . ~ \ .+~\~ ~ ' ' " " ' ' ~ - - - - - -''_ /
|
||||
. <# . - - -/' . ' \ __ '~ - \
|
||||
.. - ~-.._ / |__| ( ) ( ) ( ) 0 o _ _ ~ .
|
||||
.-' .- ~ '-. -.
|
||||
< . ~ ' ' . . - ~ ~ -.__~_. _ _
|
||||
~- . N121PP . . . . . ,- ~
|
||||
' ~ - - - - =. <#> . \.._
|
||||
. ~ ____ _ .. .. .- .
|
||||
. ' ~ -. ~ -.
|
||||
' . . ' ~ - . ~-.
|
||||
~ - . ~ .
|
||||
~ -...0..~. ____
|
||||
Cessna 402 (Wings)
|
||||
by Dick Williams, rjw1@tyrell.net
|
||||
*/
|
||||
$ds = DIRECTORY_SEPARATOR;
|
||||
require(__DIR__. $ds . '..' . $ds . 'app' . $ds . 'config' . $ds . 'bootstrap.php');
|
||||
Reference in New Issue
Block a user