-<?php
+<?php
/**
* mail_fetch/setup.php
// port defaults to 110. Returns true on success, false on fail
// If MAILSERVER is set, override $server with it's value
-
- if (!isset($port) || !$port) {$port = 110;}
+
+ if (!isset($port) || !$port) {$port = 110;}
if(!empty($this->MAILSERVER))
$server = $this->MAILSERVER;
} // End class
-?>
+?>
\ No newline at end of file