Skip to content
Snippets Groups Projects
Commit 4343a457 authored by Kevin Abel's avatar Kevin Abel
Browse files

Update config and ignore

parent 0a1962aa
No related branches found
No related tags found
1 merge request!64.1
......@@ -5,6 +5,7 @@
/.settings
/www/css
/www/less/lib
/www/wdn
/.buildpath
/vendor
/tmp
......@@ -3,10 +3,7 @@
ini_set('display_errors', false);
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';
require __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.
Finish editing this message first!
Please register or to comment