SF.net SVN: postfixadmin: [232] trunk/backup.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-11-17 00:38:38
|
Revision: 232 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=232&view=rev Author: christian_boltz Date: 2007-11-16 16:38:41 -0800 (Fri, 16 Nov 2007) Log Message: ----------- backup.php: - also backup config table Modified Paths: -------------- trunk/backup.php Modified: trunk/backup.php =================================================================== --- trunk/backup.php 2007-11-15 20:55:01 UTC (rev 231) +++ trunk/backup.php 2007-11-17 00:38:41 UTC (rev 232) @@ -72,7 +72,7 @@ { 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) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |