summaryrefslogtreecommitdiff
path: root/bootstrap.php
diff options
context:
space:
mode:
authorHorus32016-07-03 18:07:29 +0200
committerHorus32016-07-03 18:07:29 +0200
commitf5cf66b6929928fe5a4a6cf227f9a2f2195329e5 (patch)
tree94155faa0b84a236503ee0843eec749989fd9625 /bootstrap.php
downloadimap2rss-f5cf66b6929928fe5a4a6cf227f9a2f2195329e5.tar.gz
Initial commit.
Diffstat (limited to 'bootstrap.php')
-rw-r--r--bootstrap.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap.php b/bootstrap.php
new file mode 100644
index 0000000..68af7d0
--- /dev/null
+++ b/bootstrap.php
@@ -0,0 +1,6 @@
+<?php
+
+require_once __DIR__ . '/vendor/autoload.php';
+require_once __DIR__ . '/imap.php';
+require_once __DIR__ . '/feed.php';
+