summaryrefslogtreecommitdiffstats
path: root/web/faktura.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/faktura.php')
-rw-r--r--web/faktura.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/faktura.php b/web/faktura.php
new file mode 100644
index 0000000..455f5f9
--- /dev/null
+++ b/web/faktura.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Main bootstrap module for the faktura web project
+ *
+ * @packkage volse.faktura.web
+ */
+
+namespace Faktura;
+
+require_once __DIR__ . '/include/api.php';
+require_once __DIR__ . '/include/misc.php';