X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fmail_fetch%2Fsetup.php;h=88ee5c1e50792e4c5bf7b79c0aedb9e2fe8e0250;hb=0541c5ae146b4371459f161e2d9957c1b2c5f2df;hp=4d4aad797e9fd35be2b3fd6ca063b85ccc18ad69;hpb=8d8da447778a43b78bc95f9601b385416ad84477;p=squirrelmail.git diff --git a/plugins/mail_fetch/setup.php b/plugins/mail_fetch/setup.php index 4d4aad79..88ee5c1e 100644 --- a/plugins/mail_fetch/setup.php +++ b/plugins/mail_fetch/setup.php @@ -12,7 +12,7 @@ * @package plugins * @subpackage mail_fetch **/ - + /** */ require_once(SM_PATH . 'plugins/mail_fetch/functions.php' ); @@ -75,7 +75,7 @@ require_once (SM_PATH . 'plugins/mail_fetch/functions.php'); global $data_dir, $imapServerAddress, $imapPort; - + sqgetGlobalVar('username', $username, SQ_SESSION); sqgetGlobalVar('key', $key, SQ_COOKIE); @@ -235,4 +235,4 @@ ); } -?> +?> \ No newline at end of file