<?php
/**
 * @brief      Default configuration for clacks plugin
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 */

/* What message to send through */
$conf['overhead']       = 'Terry Pratchett';
/* Use also <meta> tags in case emitting headers is restricted */
//$conf['alsometa']       = 0;
/* Notify logged-in users? */
//$conf['notice']     = 0;

