1<?php
2/**
3 * @brief      Default configuration for clacks plugin
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 */
6
7/* What message to send through */
8$conf['overhead']       = 'Terry Pratchett';
9/* Use also <meta> tags in case emitting headers is restricted */
10//$conf['alsometa']       = 0;
11/* Notify logged-in users? */
12//$conf['notice']     = 0;
13
14