I notice in admin\includes\classes\upload PHP there is;
Code: Select all
public function __construct($file = '', $destination = '', $permissions = '777', $extensions = '') {The copyright date of this file is 2021 so was the previous method 777?
Code: Select all
public function __construct($file = '', $destination = '', $permissions = '777', $extensions = '') {Yes, it's always been 777.