You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-28 11:41:57 +03:00
reformat
This commit is contained in:
@ -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';
|
||||
|
@ -23,7 +23,7 @@ $username = authentication_get_username(); # enforce login
|
||||
|
||||
$table = safeget('table');
|
||||
|
||||
if(!is_string($table)) {
|
||||
if (!is_string($table)) {
|
||||
die("table parameter must be a string");
|
||||
}
|
||||
$handlerclass = ucfirst($table) . 'Handler';
|
||||
|
Reference in New Issue
Block a user