From 4343a45719c52a5e4dce1774b3e75b0ed243d3a2 Mon Sep 17 00:00:00 2001
From: Kevin Abel <kabel2@unl.edu>
Date: Mon, 11 Jan 2016 17:36:50 -0600
Subject: [PATCH] Update config and ignore

---
 .gitignore        | 1 +
 config.sample.php | 5 +----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index fcb42d9..fe4df04 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 33db742..cb8ec53 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
-- 
GitLab