diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-24 13:09:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-24 13:09:13 +0100 |
commit | 02d4f72891290a5b2e8a3bec97232f811590168f (patch) | |
tree | 8073dbf4152d2ecf5177b3faef8f02caebfa2f11 /autoload.php |
php-echonest-api: import from Fedora
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 4 |
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(); |