mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix manual backup flag
This commit is contained in:
parent
463d5d1172
commit
0bdd1774a1
@ -41,7 +41,7 @@ if ($_POST) {
|
||||
touch("/tmp/forceacb");
|
||||
|
||||
if ($_REQUEST['reason']) {
|
||||
if (write_config($_REQUEST['reason'] . " MaNuAlBaCkUp")) {
|
||||
if (write_config($_REQUEST['reason'] . "-MaNuAlBaCkUp")) {
|
||||
$savemsg = "Backup completed successfully.";
|
||||
}
|
||||
} elseif (write_config("Backup invoked via Auto Config Backup." . "-MaNuAlBaCkUp")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user