fix: set default value for empty var
If an config value is not set in the input lines, initialize it as empty string to prevent PHP Notices complaining about $line[1] being not set.
Please register or sign in to comment
If an config value is not set in the input lines, initialize it as empty string to prevent PHP Notices complaining about $line[1] being not set.