Fixing import bug in backup.php. (#4329)
commit32dc0c615671ff05baae7862a89c8e4c8918d8c8
authorRod Roark <rod@sunsetsystems.com>
Wed, 7 Apr 2021 05:48:10 +0000 (7 15:48 +1000)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 05:48:10 +0000 (7 15:48 +1000)
treedf698edaf8d6d582f87c2852a123918af8863209
parent479ca69c46c8c52b5e0c69f4b1d96af72f0d519f
Fixing import bug in backup.php. (#4329)

Configuration Import was trying to use mysqldump instead of mysql, causing it to fail. This fixes that.
interface/main/backup.php