From a884a0c1c63a741d07932c4c495fe04c16f5266f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulrahman=20=E2=98=95=EF=B8=8F?= Date: Thu, 13 Dec 2018 00:18:54 +0300 Subject: [PATCH] Update functions.php --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 3263708..a6ca14f 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -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');