You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-11-23 11:22:22 +03:00
phpcs wants to change ...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
class Crypt {
|
||||
class Crypt
|
||||
{
|
||||
|
||||
/**
|
||||
* @access private
|
||||
|
||||
@@ -9,7 +9,8 @@ define('LM_HASH_SIZE', 16);
|
||||
define('NTLMSSP_HASH_SIZE', 16);
|
||||
|
||||
|
||||
class DovecotCrypt extends Crypt {
|
||||
class DovecotCrypt extends Crypt
|
||||
{
|
||||
private $errormsg = [];
|
||||
|
||||
private $salt_chars = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
||||
|
||||
Reference in New Issue
Block a user