mirror of
https://github.com/filegator/filegator.git
synced 2025-08-24 01:53:23 +02:00
initial commit
This commit is contained in:
15
index.php
Normal file
15
index.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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';
|
Reference in New Issue
Block a user