diff options
| author | Horus3 | 2016-07-03 18:07:29 +0200 |
|---|---|---|
| committer | Horus3 | 2016-07-03 18:07:29 +0200 |
| commit | f5cf66b6929928fe5a4a6cf227f9a2f2195329e5 (patch) | |
| tree | 94155faa0b84a236503ee0843eec749989fd9625 /bootstrap.php | |
| download | imap2rss-f5cf66b6929928fe5a4a6cf227f9a2f2195329e5.tar.gz | |
Initial commit.
Diffstat (limited to 'bootstrap.php')
| -rw-r--r-- | bootstrap.php | 6 |
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'; + |
