예제 #1
0
파일: MY_url.php 프로젝트: HarriLu/gallery3
 /**
  * Just like url::merge except that it escapes any XSS in the path.
  */
 static function merge(array $arguments)
 {
     return htmlspecialchars(parent::merge($arguments));
 }
예제 #2
0
 /**
  * Just like url::merge except that it escapes any XSS in the path.
  */
 static function merge($params)
 {
     return htmlspecialchars(parent::merge($params));
 }