summaryrefslogtreecommitdiffstats
path: root/include_me.php
diff options
context:
space:
mode:
Diffstat (limited to 'include_me.php')
-rw-r--r--include_me.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/include_me.php b/include_me.php
new file mode 100644
index 0000000..90afaeb
--- /dev/null
+++ b/include_me.php
@@ -0,0 +1,7 @@
+<?php
+error_reporting(E_ALL);
+ini_set("display_errors", 1);
+set_include_path(dirname(__FILE__). '/src' . PATH_SEPARATOR . get_include_path());
+
+require_once('vendor/autoload.php');
+?> \ No newline at end of file