Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_Mobile.php

    r19810 r19833  
    197197            } else { 
    198198                // GET 以外の場合はトップページへリダイレクトする。 
    199                 header('Location: ' . URL_SITE_TOP . '?' . SID); 
     199                header('Location: ' . TOP_URL_PATH . '?' . SID); 
    200200            } 
    201201            exit; 
Note: See TracChangeset for help on using the changeset viewer.