You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
functions.inc.php:
- pacrypt(), dovecot:* method: - allow "." in dovecot method (to allow a suffix like ".b64") - blacklist SCRAM-SHA-1 (needs -u) - check against list of non-salted methods to be backward compatible with dovecot < 2.1 again Thanks to Szilagyi Jozsef <szjozsef AT yahoo DOT com> for providing the list of non-salted methods etc. functions.inc.php, scripts/postfixadmin-cli.php: - drop unused global variables $table_admin and $table_alias_domain git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1529 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -550,9 +550,9 @@ $CONF = Config::read('all');
|
||||
|
||||
//bugfix shitty globals and OOP.....
|
||||
|
||||
$table_admin = table_by_key ('admin');
|
||||
#$table_admin = table_by_key ('admin');
|
||||
$table_alias = table_by_key ('alias');
|
||||
$table_alias_domain = table_by_key ('alias_domain');
|
||||
#$table_alias_domain = table_by_key ('alias_domain');
|
||||
$table_domain = table_by_key ('domain');
|
||||
$table_domain_admins = table_by_key ('domain_admins');
|
||||
$table_log = table_by_key ('log');
|
||||
|
Reference in New Issue
Block a user