Updated bootstrap and many other items
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* WWZ Configuration - Debug Settings
|
||||
* lnApp Configuration - Debug Settings
|
||||
*
|
||||
* @package lnApp
|
||||
* @category Configuration
|
||||
@@ -14,6 +14,13 @@ return array
|
||||
(
|
||||
'ajax'=>FALSE, // AJAX actions can only be run by ajax calls if set to FALSE
|
||||
'etag'=>FALSE, // Force generating ETAGS
|
||||
'method_security'=>FALSE, // Debug Method Security
|
||||
'site'=>FALSE, // Glogal site debug
|
||||
'email_bcc_admin'=>array(
|
||||
// 'deon@leenooks.vpn' => 'Deon George',
|
||||
), // BCC this person on all emails
|
||||
'email_admin_only'=>array(
|
||||
// 'login_reset'=>array('deon@leenooks.vpn'=>'Deon George'),
|
||||
), // Send emails for this template to just this person
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user