Hi!
After the update to 11.48 i notice this changes do script dofullbackup in cPanel...
I have a script that runs this:
Where $notifyemail is empty, to not send a notify email. But now the script started to send notifyemails of the backups made to the user email registered in the account. How to correct this?
Another change is that i noticed a test file is being uploaded to the ftp server. This doesn't happend before. How to correct this?
example:
Nuno Leite
After the update to 11.48 i notice this changes do script dofullbackup in cPanel...
I have a script that runs this:
PHP:
$params = "dest=$ftpmode&email=$notifyemail&server=$ftphost&user=$ftpuser&pass=$ftppass&port=21&rdir=/&submit=Generate Backup";
fputs($socket,"POST /frontend/".$skin."/backup/dofullbackup.html?".$params." HTTP/1.0\r\n");
Another change is that i noticed a test file is being uploaded to the ftp server. This doesn't happend before. How to correct this?
example:
Thanksname: 276300._USR_LOCAL_CPANEL_BIN_FTPPUT__.kNWrRUm6x3bmiAVq.tmp
content: This is a test file for ftpput
Nuno Leite