Ah
Ahmed
#1
Hi,
Trying to copy files from /home/core_files to website folder, but permissions error returns
any idea how to fix it?
function copyStoreFiles($domain) {
$cp = shell_exec('cp -r /home/core_files/* /home/'.$domain.'/public_html');
// updateConfigValues();
}