Ignore:
Timestamp:
2007/07/17 21:48:24 (17 years ago)
Author:
adati
Message:

ヘッダインジェクション対策(POSTされるURLのチェックを行うようにした)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/data/class/SC_View.php

    r14488 r15053  
    4444        $this->_smarty->register_function("sfPrintEbisTag","sfPrintEbisTag"); 
    4545        $this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag"); 
     46        $this->_smarty->register_function("sfIsHTTPS","sfIsHTTPS"); 
    4647        $this->_smarty->default_modifiers = array('script_escape'); 
    4748         
Note: See TracChangeset for help on using the changeset viewer.