Updated bootstrap and many other items

This commit is contained in:
Deon George
2014-09-29 14:47:51 +10:00
parent 85150c655c
commit 9ae0980221
27 changed files with 999 additions and 66 deletions

View File

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