File "index.php"

Full Path: /home/analogde/www/Diabete/04/index.php
File size: 267 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/*
 * WARNING!
 *
 * Do not use this index.php as an entry point on production.
 *
 * Instead, set your website document root to /dist directory.
 *
 */

define('APP_ENV', 'development');
define('APP_PUBLIC_PATH', 'dist/');

require __DIR__.'/dist/index.php';