Changeset 6630

Show
Ignore:
Timestamp:
09/09/08 13:14:32 (18 months ago)
Author:
inureyes
Message:

refs #1085

  • 1.7 트리에 해당 변경 사항 추가
  • 관련 문서 업데이트
Location:
branches/1.7
Files:
2 added
1 removed
4 modified
1 moved

Legend:

Unmodified
Added
Removed
  • branches/1.7/lib/config.php

    r6618 r6630  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.7.5 : Risoluto'); 
     8define('TEXTCUBE_VERSION', '1.7.6 pre-Release'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); 
  • branches/1.7/rewrite.php

    r6390 r6630  
    1010    } 
    1111    if (!empty($_SERVER['PRELOAD_CONFIG']) && file_exists('config.php')) require_once ROOT."/config.php"; 
     12    if (isset($_SERVER['HTTP_X_ORIGINAL_URL'])) 
     13        $_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_ORIGINAL_URL']; 
    1214    /* Retrieve Access Parameter Information. */ 
    1315    $accessInfo = array( 
  • branches/1.7/script/gallery/iMazing/embed.php

    r5285 r6630  
    1717$images = explode('*!',$_GET['i']); 
    1818$imageStr = ''; 
    19 define('ROOT', '../../..'); 
    2019require ROOT . '/lib/includeForBlog.php'; 
    2120foreach($images as $value) { 
  • branches/1.7/setup.php

    r6377 r6630  
    403403      <li><?php echo _t('하드웨어');?>: <?php echo @exec('uname -mp');?></li> 
    404404      <li><?php echo _t('운영체제');?>: <?php echo @exec('uname -sir');?></li> 
    405       <li><?php echo _t('웹서버');?>: <?php echo $_SERVER['SERVER_SOFTWARE'];?> <?php echo $_SERVER['SERVER_SIGNATURE'];?></li> 
     405      <li><?php echo _t('웹서버');?>: <?php echo $_SERVER['SERVER_SOFTWARE'];?> <?php echo isset($_SERVER['SERVER_SIGNATURE']) ? $_SERVER['SERVER_SIGNATURE'] : '(no signature)';?></li> 
    406406      <li><?php echo _t('PHP 버전');?>: <?php echo phpversion();?></li> 
    407407      <li><?php echo _t('MySQL 버전');?>: <?php echo mysql_get_server_info();?></li>