first commit

This commit is contained in:
2018-09-02 10:26:34 +02:00
commit a62ea0fa19
53 changed files with 3823 additions and 0 deletions

8
global/test.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
require_once 'inc/config.php';
echo getcwd().PHP_EOL;
echo APP_PATH.PHP_EOL;
?>