Changeset 1560
- Timestamp:
- 04/18/08 15:55:31 (3 weeks ago)
- Files:
-
- trunk/src/main/php/net/stubbles/peer/stubURL.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/peer/stubURL.php
r1554 r1560 103 103 && (eregi('([a-z0-9-]*)\.([a-z]{2,4})', $this->url['host']) == true 104 104 || eregi('([0-9-]{1,3})\.([0-9-]{1,3})\.([0-9-]{1,3})\.([0-9-]{1,3})', $this->url['host']) == true 105 || 'localhost' == $this->url['host'])) {105 || 'localhost' == $this->url['host'])) { 106 106 return true; 107 107 } elseif (isset($this->url['host']) === false || strlen($this->url['host']) === 0) {
