Ignore:
Timestamp:
2011/01/17 14:53:52 (13 years ago)
Author:
Seasoft
Message:

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

  • パラメータサフィックスの変更 *_URL_PATH → *_URLPATH
File:
1 edited

Legend:

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

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