Project

General

Profile

« Previous | Next » 

Revision 7cafdb92

Added by Steve Beaver over 5 years ago

Fix manual backup flag

(cherry picked from commit 0bdd1774a1666852e35452ea3f17bb9dc075ecec)

View differences:

src/usr/local/www/services_acb_backup.php
39 39
	touch("/tmp/forceacb");
40 40

  
41 41
	if ($_REQUEST['reason']) {
42
		if (write_config($_REQUEST['reason'] . " MaNuAlBaCkUp")) {
42
		if (write_config($_REQUEST['reason'] . "-MaNuAlBaCkUp")) {
43 43
			$savemsg = "Backup completed successfully.";
44 44
		}
45 45
	} elseif (write_config("Backup invoked via Auto Config Backup." . "-MaNuAlBaCkUp")) {

Also available in: Unified diff