Initial commit

This commit is contained in:
Beu
2019-04-28 15:27:55 +02:00
commit a3aeb75f5a
7 changed files with 160 additions and 0 deletions

6
conf/config.sample.php Normal file
View File

@ -0,0 +1,6 @@
<?php
define('_DATA_DIR','data');
define('_HTTP_PROTO','http');
define('_HTTP_DOMAIN','localhost:8080'); // domain/IP with port if needed
define('_HTTP_PATH','/');
?>