diff --git a/.gitignore b/.gitignore
index fcb42d9d5afe07e70a1ba89344293b901366632c..fe4df04f77ef74c6c1167052980790e636aad427 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
 /.settings
 /www/css
 /www/less/lib
+/www/wdn
 /.buildpath
 /vendor
 /tmp
diff --git a/config.sample.php b/config.sample.php
index 33db7427c12bc742ab050fc86a5a22d7aa5929ee..cb8ec5323e4eb4e21e278ea707b4ae607b308f7e 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -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