summaryrefslogtreecommitdiffstats
path: root/autoload.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-24 13:09:13 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-24 13:09:13 +0100
commit02d4f72891290a5b2e8a3bec97232f811590168f (patch)
tree8073dbf4152d2ecf5177b3faef8f02caebfa2f11 /autoload.php
php-echonest-api: import from Fedora
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();