summaryrefslogtreecommitdiffstats
path: root/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'autoload.php')
-rw-r--r--autoload.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php
new file mode 100644
index 0000000..b830958
--- /dev/null
+++ b/autoload.php
@@ -0,0 +1,4 @@
+<?php
+
+require_once __DIR__ . '/Autoloader.php';
+EchoNest_Autoloader::register();