2015-01-03, 10:28 PM
as title says...
https://github.com/mybb/mybb/blob/featur...db.php#L75
should change to:
https://github.com/mybb/mybb/blob/featur...db.php#L75
should change to:
$handle = fopen(MYBB_ADMIN_DIR.'backups/'.$file, 'rb');
while(!feof($handle))
{
echo fread($handle, 8192);
}
fclose($handle);