I\'ve just installed PHP 7.1 and now I am seeing this error :
PHP Warning: Cannot assign an empty string to a string offset in /postfixadmin/variables.inc.php o
It's because you want to unset a string at the first element. just use substr($fDomains, 1);
substr($fDomains, 1);