Changeset 5538

Show
Ignore:
Timestamp:
03/05/08 20:41:19 (10 months ago)
Author:
inureyes
Message:

#864

  • defaultURL 주소의 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/suri.php

    r5285 r5538  
    135135        $blog['primaryBlogURL'] = 'http://' . $service['domain'] . (isset($service['port']) ? ':' . $service['port'] : '') . $pathURL; 
    136136        $blog['secondaryBlogURL'] = null; 
    137         $defaultURL = $blog['primaryBlogURL']; 
     137        $defaultURL = $blog['primaryBlogURL'].getFancyURLpostfix(); 
    138138        if ($_SERVER['HTTP_HOST'] == $service['domain']) 
    139139            $baseURL = $service['path']; 
     
    142142        break; 
    143143} 
    144  
    145144$hostURL = 'http://' . $_SERVER['HTTP_HOST'] . (isset($service['port']) ? ':' . $service['port'] : ''); 
    146145$blogURL = $pathURL.getFancyURLpostfix();