diff options
Diffstat (limited to 'examples/bootstrap.php')
-rw-r--r-- | examples/bootstrap.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/bootstrap.php b/examples/bootstrap.php index 1110ed3..688d53e 100644 --- a/examples/bootstrap.php +++ b/examples/bootstrap.php @@ -1,7 +1,3 @@ <?php require_once dirname(__FILE__).'/../vendor/autoload.php'; - -//pull in library options -$optionsFile = file_get_contents(dirname(__FILE__).'/example-options.json'); -$options = json_decode($optionsFile, true); |