You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2026-01-12 22:51:27 +03:00
AliasHandler.php: - remove obsolete functions update(), is_mailbox_alias(), is_vacation_address(), hasAliasRecord() - updated delete() to use new *Handler syntax (most of it should be moved to PFAHandler, but that's another story ;-) users/edit-alias.php: - replace $ah->update with $ah->set / $ah->store - use 0/1 for $fForward_and_store instead of YES/NO - use safepost instead of isset() templates/users_edit-alias.tpl: - use 0/1 for $fForward_and_store instead of YES/NO xmlrpc.php: - replace $ah->update with new *Handler syntax Note: the changes in xmlrpc.php are untested again ;-) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1358 a1433add-5e2c-0410-b055-b7f2511e0802