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.
lnapp/config/debug.php

20 lines
467 B
PHP
Raw Normal View History

2014-08-22 06:50:01 +00:00
<?php defined('SYSPATH') or die('No direct access allowed.');
/**
* WWZ Configuration - Debug Settings
*
* @package lnApp
* @category Configuration
* @author Deon George
* @copyright (c) 2010-2013 Deon George
* @license http://dev.leenooks.net/license.html
*/
return array
(
'ajax'=>FALSE, // AJAX actions can only be run by ajax calls if set to FALSE
'etag'=>FALSE, // Force generating ETAGS
'site'=>FALSE, // Glogal site debug
);
?>