moved ini_set in .user.ini
This commit is contained in:
2
sc.php
2
sc.php
@@ -233,7 +233,6 @@ system("./malware.pl");
|
|||||||
|
|
||||||
/* EXIF scanner */
|
/* EXIF scanner */
|
||||||
function checkexif(){
|
function checkexif(){
|
||||||
ini_set('exif.encode_unicode', 'UTF-8');
|
|
||||||
define('IMAGEPATH', $GLOBALS["public_html"]);
|
define('IMAGEPATH', $GLOBALS["public_html"]);
|
||||||
|
|
||||||
$directory = new RecursiveDirectoryIterator(IMAGEPATH);
|
$directory = new RecursiveDirectoryIterator(IMAGEPATH);
|
||||||
@@ -345,7 +344,6 @@ function reshog(){
|
|||||||
|
|
||||||
/* EXIF cleaner */
|
/* EXIF cleaner */
|
||||||
function cleanexif(){
|
function cleanexif(){
|
||||||
ini_set('exif.encode_unicode', 'UTF-8');
|
|
||||||
define('IMAGEPATH', $GLOBALS["public_html"]);
|
define('IMAGEPATH', $GLOBALS["public_html"]);
|
||||||
|
|
||||||
$directory = new RecursiveDirectoryIterator(IMAGEPATH);
|
$directory = new RecursiveDirectoryIterator(IMAGEPATH);
|
||||||
|
|||||||
Reference in New Issue
Block a user