mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
Update functions.php
This commit is contained in:
@@ -498,7 +498,7 @@ function delete_cache($name, $all=false)
|
|||||||
#Those files are exceptions and not for deletion
|
#Those files are exceptions and not for deletion
|
||||||
$exceptions = array('.htaccess', 'index.html', 'php.ini', 'web.config');
|
$exceptions = array('.htaccess', 'index.html', 'php.ini', 'web.config');
|
||||||
|
|
||||||
#ignore kleeja.log in dev stage.
|
#ignore kleeja_log in dev stage.
|
||||||
if(defined('DEV_STAGE'))
|
if(defined('DEV_STAGE'))
|
||||||
{
|
{
|
||||||
array_push($exceptions, 'kleeja_log.log');
|
array_push($exceptions, 'kleeja_log.log');
|
||||||
|
|||||||
Reference in New Issue
Block a user