Skip to content
Snippets Groups Projects
Commit 7f4b530f authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Add the composer autoload to the sample config

parent 84df6ed9
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ error_reporting(E_ALL);
set_include_path(dirname(__FILE__).'/src:'.dirname(__FILE__).'/lib/php:'.get_include_path());
require_once 'UNL/Autoload.php';
require_once __DIR__ . '/vendor/autoload.php';
/* A Google Loader API Key is presumably needed to ensure proper functionality.
* Register for an API Key at http://code.google.com/apis/loader/signup.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment