More minor fixes

This commit is contained in:
Deon George
2014-10-11 06:51:35 -05:00
parent 9569467153
commit 83a2c85a25
7 changed files with 135 additions and 2 deletions

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