diff options
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'; + |
