Closed LimakPL closed 4 years ago
I changed in gettar.php
form
$content_disp = ( ereg('MSIE ([0-9].[0-9]{1,2})', $HTTP_USER_AGENT) == 'IE') ? 'inline' : 'attachment';
to
$content_disp = ( preg_match('MSIE ([0-9].[0-9]{1,2})', $HTTP_USER_AGENT) == 'IE') ? 'inline' : 'attachment';
Now I can download all files. Best regards Kamil
Hi, I have problem with Full Backup on 1.23 Version. After clicking "Full backup", a new tab opens and a message appears
When i go to directory /var/www/itdb-1.23 i see "gettar.php". When i inspect on the page "Full Backup" the name is correct in "a href". After chmod 777 and chown www-data still I have this problem.