18 lines
339 B
PHP
18 lines
339 B
PHP
<?php defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
/**
|
|
* HAlMon Configuration - Debug Settings
|
|
*
|
|
* @package HAlMon
|
|
* @category Configuration
|
|
* @author Deon George
|
|
* @copyright (c) 2010 Deon George
|
|
* @license http://dev.leenooks.net/license.html
|
|
*/
|
|
|
|
return array
|
|
(
|
|
'test_mode'=>FALSE, // Test Mode
|
|
);
|
|
?>
|