Ignore:
Timestamp:
2011/01/19 15:46:57 (13 years ago)
Author:
Seasoft
Message:

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

  • パラメータ名の変更 URL_PATH → ROOT_URLPATH
File:
1 edited

Legend:

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

    r19802 r19972  
    9191 
    9292        // XXX サニタイズ必要? 
    93         $url .= (preg_match('|^' . URL_PATH . '(.*)$|', $_SERVER['REQUEST_URI'], $matches)) 
     93        $url .= (preg_match('|^' . ROOT_URLPATH . '(.*)$|', $_SERVER['REQUEST_URI'], $matches)) 
    9494            ? $matches[1] 
    9595            : '' 
Note: See TracChangeset for help on using the changeset viewer.