|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 /* 00003 * $Id: phpcoverage.conf.php,v 1.2 2010/12/14 17:36:04 moodlerobot Exp $ 00004 * 00005 * Copyright(c) 2004-2006, SpikeSource Inc. All Rights Reserved. 00006 * Licensed under the Open Software License version 2.1 00007 * (See http://www.spikesource.com/license.html) 00008 */ 00009 ?> 00010 <?php 00011 // Set to 'LOG_DEBUG' for maximum log output 00012 // Note that the log file size will grow rapidly 00013 // with LOG_DEBUG 00014 $spc_config['log_level'] = 'LOG_NOTICE'; 00015 //$spc_config['log_level'] = 'LOG_DEBUG'; 00016 00017 // file extension to be treated as php files 00018 // comma-separated list, no space 00019 $spc_config['extensions'] = array('php', 'tpl', 'inc'); 00020 00021 // temporary directory to save transient files 00022 $spc_config['tmpdir'] = '/tmp'; 00023 00024 // temporary directory on Windows machines 00025 $spc_config['windows_tmpdir'] = 'C:/TMP'; 00026 ?>