Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Diabete
/
04
:
index.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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';