From b4b7212853e3c7d728194473b8bb0788a6f767ce Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sat, 17 Nov 2007 00:38:41 +0000 Subject: [PATCH] backup.php: - also backup config table git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@232 a1433add-5e2c-0410-b055-b7f2511e0802 --- backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.php b/backup.php index 7fc5faeb..b59dc3a2 100644 --- a/backup.php +++ b/backup.php @@ -72,7 +72,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET") { fwrite ($fh, $header); - $tables = array('admin','alias','domain','domain_admins','log','mailbox','vacation'); + $tables = array('admin','alias','config','domain','domain_admins','log','mailbox','vacation'); for ($i = 0 ; $i < sizeof ($tables) ; ++$i) {