sivann / itdb

IT Items Database
http://www.sivann.gr/software/itdb/
GNU General Public License v3.0
153 stars 104 forks source link

Full Backup 1.23 #74

Closed LimakPL closed 4 years ago

LimakPL commented 4 years ago

Hi, I have problem with Full Backup on 1.23 Version. After clicking "Full backup", a new tab opens and a message appears

Firefox cannot find the file http://1....../gettar.php.

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.

LimakPL commented 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