Created
March 25, 2019 02:53
-
-
Save AlexSJ/610b51e2c01fd7d9aa7d815936c8a0fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$server = "{" . $this->configs['imap_servidor'] . ":" . $this->configs['imap_porta'] . ($this->configs['imap_comunicacao_segura'] == 'f' ? '/novalidate-cert' : '') . "}"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment