Update functions.php

This commit is contained in:
Abdulrahman ☕️
2018-12-13 00:18:54 +03:00
committed by GitHub
parent 66d73ab26a
commit a884a0c1c6

View File

@@ -498,7 +498,7 @@ function delete_cache($name, $all=false)
#Those files are exceptions and not for deletion
$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'))
{
array_push($exceptions, 'kleeja_log.log');