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) {