Changeset 1560

Show
Ignore:
Timestamp:
04/18/08 15:55:31 (3 weeks ago)
Author:
richi
Message:

peer: fixed wrong indentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/peer/stubURL.php

    r1554 r1560  
    103103                && (eregi('([a-z0-9-]*)\.([a-z]{2,4})', $this->url['host']) == true 
    104104                        || 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'])) { 
    106106            return true; 
    107107        } elseif (isset($this->url['host']) === false || strlen($this->url['host']) === 0) {