1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-28 11:41:57 +03:00
This commit is contained in:
David Goodwin
2019-09-17 21:06:00 +01:00
parent 958df260ec
commit 2742849e7b
4 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,6 @@
* Handlers User level alias actions - e.g. add alias, get aliases, update etc.
*/
class AliasHandler extends PFAHandler {
protected $db_table = 'alias';
protected $id_field = 'address';
protected $domain_field = 'domain';