mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
@@ -216,7 +216,7 @@ class acp_database
|
|||||||
}
|
}
|
||||||
else if (confirm_box(true))
|
else if (confirm_box(true))
|
||||||
{
|
{
|
||||||
switch ($backup_info['extensions'])
|
switch ($backup_info['extension'])
|
||||||
{
|
{
|
||||||
case 'sql':
|
case 'sql':
|
||||||
$fp = fopen($backup_info['file_name'], 'rb');
|
$fp = fopen($backup_info['file_name'], 'rb');
|
||||||
|
Reference in New Issue
Block a user