Skip to content
Snippets Groups Projects
Select Git revision
  • 02d1eec6e8032095d2824e71ae52838e7ff84dee
  • master default protected
  • optimize-images
  • 5.0
  • 4.1
5 results

config.sample.php

Blame
  • Forked from Digital Experience Group / UNL_Search
    83 commits behind the upstream repository.
    config.sample.php 595 B
    <?php
    
    ini_set('display_errors', false);
    error_reporting(E_ALL);
    
    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
     * The key is tied to a Google Account and specific to a given URL "referrer"
     */
    
    // the following key is only "valid" for http://ucommabel.unl.edu/workspace/UNL_Search/www/
    // UNL_Search::$jsapiKeys[] = 'ABQIAAAAGAtSvF89-VbesSJ07TEeoBTpxXZziuBpIcFFfJO7Mm8wj1oQWRRwVSIfGRIEAC9DlOSQX7rAAWHjhA';
    
    
    // UNL_Search::$mode = 'debug';