Changeset 6659

Show
Ignore:
Timestamp:
09/12/08 02:02:22 (4 months ago)
Author:
daybreaker
Message:

refs #1085: PHP_SELF 서버 변수 끝에 / 붙어버림으로써 setup.php의 재설정/삭제 동작이 제대로 수행되지 않는 문제 고침

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.php

    r6657 r6659  
    3030    $path = stripPath(substr($_SERVER['PHP_SELF'], 0, strlen($_SERVER['PHP_SELF']) - 12)); 
    3131} 
     32$_SERVER['PHP_SELF'] = rtrim($_SERVER['PHP_SELF'], '/'); 
    3233 
    3334if (!defined('ROOT'))