Hello
My OC 2.1.0.2 image manager creates 0777 directories.
When I create a dir through the image manager , its permissions are 0777
How can I change that?
Thank you
it's in: 'admin/model/tool/image.php'
But you could also try the s_repair.php file (enclosed), to make sure,
that all CHMOD Settings are set according standards. It just needs to be placed
in the Shop ROOT Section and executed.
Ernie
Code: Select all
if (!is_dir(DIR_IMAGE . $path)) {
@mkdir(DIR_IMAGE . $path, 0777);
}
that all CHMOD Settings are set according standards. It just needs to be placed
in the Shop ROOT Section and executed.
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 8 guests