From 819f686d76459b27b6d218eb05c2887ac83d764e Mon Sep 17 00:00:00 2001
From: Kevin Abel <kevin.abel.0@gmail.com>
Date: Thu, 17 Apr 2014 17:08:06 -0500
Subject: [PATCH] Add application mode to sample config

---
 config.sample.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.sample.php b/config.sample.php
index e6959a9..12bdcd1 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -16,4 +16,4 @@ require_once 'UNL/Autoload.php';
 // UNL_Search::$jsapiKeys[] = 'ABQIAAAAGAtSvF89-VbesSJ07TEeoBTpxXZziuBpIcFFfJO7Mm8wj1oQWRRwVSIfGRIEAC9DlOSQX7rAAWHjhA';
 
 
-
+// UNL_Search::$mode = 'debug';
-- 
GitLab