SMTP does not work

Issue #51 closed
sooslaca created an issue

Hi,

https://bitbucket.org/BoresExpress/ident_switch/src/7bb10e55d7c06b40668fc9963f1730aeb269701d/ident_switch.php#lines-155

is_integer

should be

is_numeric

as the session content is a number with type string so is_integer will be always invalid.

Regards

Comments (1)

  1. Log in to comment