Skip to content
Snippets Groups Projects
Select Git revision
  • bab6c186cb2374bbfa1b4020112d74c5d2bf0919
  • master default
  • embed-5.0
  • 4.1
4 results

config.sample.php

  • config.sample.php 988 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';
    
    // Site Notice
    $siteNotice = new stdClass();
    $siteNotice->display = false;
    $siteNotice->noticePath = 'dcf-notice';
    $siteNotice->containerID = 'dcf-main';
    $siteNotice->type = 'dcf-notice-info';
    $siteNotice->title = 'Maintenance Notice';
    $siteNotice->message = 'We will be performing site maintenance on February 4th from 4:30 to 5:00 pm CST.  This site may not be available during this time.';