From 2adc4360afa5b82a0d3fcb395e22652724fc4de4 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Thu, 11 May 2017 19:51:07 +0200 Subject: [PATCH] moved ini_set in .user.ini --- sc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/sc.php b/sc.php index 417a521..7c8517f 100644 --- a/sc.php +++ b/sc.php @@ -233,7 +233,6 @@ system("./malware.pl"); /* EXIF scanner */ function checkexif(){ -ini_set('exif.encode_unicode', 'UTF-8'); define('IMAGEPATH', $GLOBALS["public_html"]); $directory = new RecursiveDirectoryIterator(IMAGEPATH); @@ -345,7 +344,6 @@ function reshog(){ /* EXIF cleaner */ function cleanexif(){ -ini_set('exif.encode_unicode', 'UTF-8'); define('IMAGEPATH', $GLOBALS["public_html"]); $directory = new RecursiveDirectoryIterator(IMAGEPATH);