Changeset 5394

Show
Ignore:
Timestamp:
02/25/08 02:56:11 (11 months ago)
Author:
inureyes
Message:

#710

  • checkup을 위한 버전 번호 변경
Location:
trunk/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/auth.php

    r5391 r5394  
    172172    $message = file_get_contents(ROOT . "/style/letter/letter.html"); 
    173173    $message = str_replace('[##_title_##]', _text('텍스트큐브 블로그 로그인 정보'), $message); 
    174     $message = str_replace('[##_content_##]', _text('블로그 로그인 암호가 초기화되었습니다. 이 이메일에 로그인할 수 있는 인증 정보가 포함되어 있습니다.'), $message); 
     174    $message = str_replace('[##_content_##]', _text('블로그 로그인을 위한 임시 암호가 생성 되었습니다. 이 이메일에 로그인할 수 있는 인증 정보가 포함되어 있습니다.'), $message); 
    175175    $message = str_replace('[##_images_##]', "$hostURL{$service['path']}/style/letter", $message); 
    176176    $message = str_replace('[##_link_##]', "$hostURL$blogURL/login?loginid=" . rawurlencode($loginid) . '&password=' . rawurlencode($authtoken) . '&requestURI=' . rawurlencode("$hostURL$blogURL/owner/setting/account?password=" . rawurlencode($password)), $message); 
  • trunk/lib/config.php

    r5365 r5394  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.6 Release Candidate 2b1'); 
     8define('TEXTCUBE_VERSION', '1.6 Release Candidate 2b2'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');