Changeset 16289


Ignore:
Timestamp:
2007/10/05 23:37:00 (17 years ago)
Author:
nanasess
Message:

インストーラのパス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/SC_Utils.php

    r16284 r16289  
    6363        if(!defined('ECCUBE_INSTALL')) { 
    6464            if(!ereg("/install/", $_SERVER['PHP_SELF'])) { 
    65                 header("Location: ". SITE_URL . "install/"); 
     65                header("Location: ./install/"); // TODO 絶対URL にする 
    6666            } 
    6767        } else { 
Note: See TracChangeset for help on using the changeset viewer.