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);