More minor fixes
This commit is contained in:
17
application/config/debug.php
Normal file
17
application/config/debug.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* Configuration - Debug Settings
|
||||
*
|
||||
* @package TSM Access Management
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) 2010-2013 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
|
||||
return array
|
||||
(
|
||||
'show_errors'=>FALSE, // Show any Exception Errors
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user