Changeset 6630
- Timestamp:
- 09/09/08 13:14:32 (18 months ago)
- Location:
- branches/1.7
- Files:
-
- 2 added
- 1 removed
- 4 modified
- 1 moved
-
doc/changelog_ko.txt (moved) (moved from branches/1.7/doc/changes_ko)
-
doc/requirements (deleted)
-
doc/requirements.txt (added)
-
doc/workflow.txt (added)
-
lib/config.php (modified) (1 diff)
-
rewrite.php (modified) (1 diff)
-
script/gallery/iMazing/embed.php (modified) (1 diff)
-
setup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/lib/config.php
r6618 r6630 6 6 // Define basic signatures. 7 7 define('TEXTCUBE_NAME', 'Textcube'); 8 define('TEXTCUBE_VERSION', '1.7. 5 : Risoluto');8 define('TEXTCUBE_VERSION', '1.7.6 pre-Release'); 9 9 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 10 10 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/'); -
branches/1.7/rewrite.php
r6390 r6630 10 10 } 11 11 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']; 12 14 /* Retrieve Access Parameter Information. */ 13 15 $accessInfo = array( -
branches/1.7/script/gallery/iMazing/embed.php
r5285 r6630 17 17 $images = explode('*!',$_GET['i']); 18 18 $imageStr = ''; 19 define('ROOT', '../../..');20 19 require ROOT . '/lib/includeForBlog.php'; 21 20 foreach($images as $value) { -
branches/1.7/setup.php
r6377 r6630 403 403 <li><?php echo _t('하드웨어');?>: <?php echo @exec('uname -mp');?></li> 404 404 <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> 406 406 <li><?php echo _t('PHP 버전');?>: <?php echo phpversion();?></li> 407 407 <li><?php echo _t('MySQL 버전');?>: <?php echo mysql_get_server_info();?></li>
