diff options
Diffstat (limited to 'server/index.php')
| -rw-r--r-- | server/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/index.php b/server/index.php new file mode 100644 index 0000000..7c3bd5b --- /dev/null +++ b/server/index.php @@ -0,0 +1,6 @@ +<?php + require "vendor/autoload.php"; + include_once("config.inc.php"); + include_once("init.php"); + + |
