Update oss to oss2
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 8 Feb 2019 17:52:43 +0000 (12:52 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 8 Feb 2019 17:52:43 +0000 (12:52 -0500)
Use new server

Toolkit/Template/Page/GLMSearch.php
config/application.ini

index 0e1d86c..54a2349 100644 (file)
@@ -15,9 +15,9 @@
 
 /**
  * Toolkit_Template_Page_GLMSearch
- * 
+ *
  * Description of Toolkit_Template_Page_GLMSearch
- * 
+ *
  * @category  Toolkit
  * @package   Template/Page
  * @author    Chuck Scott <cscott@gaslightmedia.com>
@@ -30,13 +30,13 @@ class Toolkit_Template_Page_GLMSearch
 {
        /**
        * Description for getContent()
-       * 
-       * @return string 
+       *
+       * @return string
        * @access public
        */
        public function getContent()
        {
-            require('/var/www/server/CommonApps/GLMSearch/V1.1/glmSearch.inc');
+            require('/var/www/server/CommonApps/GLMSearch/V2/glmSearch.inc');
             $glmSearch = new glmSearch(GLM_SEARCH_SITE, GLM_SEARCH_LOGIN, GLM_SEARCH_KEY, false, GLM_SEARCH_INDEX, true, GLM_SEARCH_FILTER_TYPE, GLM_SEARCH_FILTER_VALUE);
             $page = $glmSearch->doSearch();
             return $page;
index 730fda2..b56c485 100644 (file)
@@ -3,7 +3,7 @@
 
 ; CommonApps configuration
 commonApps.base_path = "/var/www/server/CommonApps/"
-    
+
 ; Turn the banner application On or Off
 bannerdb.application = Off
 ; Turn the Shop application On or Off
@@ -77,15 +77,15 @@ glmsearch.application = On
 glmsearch.index = "Index_1"
 glmsearch.site = "www.soolocks.com"
 glmsearch.login = "WebsiteServices"
-glmsearch.key = "829800701e8440b67a78e3afbefa1049"
+glmsearch.key = "a42c383956a32f33939bb85bceeff772"
 ;  Filter types are "title", "titleExact", "titlePhonetic", "content",
 ;  "contentExact", "contactPhonetic", "urlSplit", "urlExact", "urlPhonetic",
 ;  "full", "fullExact", "fullPhonetic"
-; If a filterType is specified and filterValue is Off, then glmsearch.site 
+; If a filterType is specified and filterValue is Off, then glmsearch.site
 ; is used for filterValue.
 glmsearch.filterType = "urlExact"
 glmsearch.filterValue = Off
+
 ; Turn the home page headlines module On or Off for the toolbox
 headlines.application = Off