0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

backup.php:

- also backup fetchmail table


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@362 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2008-05-21 11:22:09 +00:00
parent 4d9f18dfdb
commit 68a8af7671

View File

@ -72,8 +72,18 @@ if ($_SERVER['REQUEST_METHOD'] == "GET")
{
fwrite ($fh, $header);
$tables = array('admin','alias','config','domain','domain_admins','log','mailbox','vacation','vacation_notification');
# TODO: also backup fetchmail table
$tables = array(
'admin',
'alias',
'config',
'domain',
'domain_admins',
'fetchmail',
'log',
'mailbox',
'vacation',
'vacation_notification'
);
for ($i = 0 ; $i < sizeof ($tables) ; ++$i)
{