1<?php
2/**
3 * Default settings for the authsmartcard plugin
4 *
5 * @author Stephen Bowman <sbbowman@gmail.com>
6 */
7
8// Enable logging?
9//$conf['log_to_file']		= true;
10
11// If log_to_file is enabled, where to log?  Make sure apache/php can write to this file
12//$conf['logfile']		= "/full/path/to/logfile";
13