diff options
author | Fbenas <philbeansburton@gmail.com> | 2017-08-20 04:18:13 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2017-08-20 04:18:13 +0100 |
commit | 0ed82a2c6ffd8e981d9dd388306379941ecb5720 (patch) | |
tree | 52c7d66149a93c7d4d8038d356bb0107bad09766 /bootstrap.php | |
parent | 048634fd8a65d37f21bcb3a34161f74be6aef95d (diff) |
WIP rejigging stuff
Diffstat (limited to 'bootstrap.php')
-rw-r--r-- | bootstrap.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.php b/bootstrap.php new file mode 100644 index 0000000..b696801 --- /dev/null +++ b/bootstrap.php @@ -0,0 +1,3 @@ +<?php + +require('vendor/autoload.php'); |