This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
halmon/application/config/debug.php
2013-10-17 15:15:13 +11:00

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
);
?>