コード例 #1
0
ファイル: Moor.php プロジェクト: nickolasnikolic/moor
 /**
  * Enable automatic redirecting for added/missing slashes at the end of
  * the request path
  *
  * @return void
  */
 public static function enableRestlessURLs()
 {
     self::$restless_urls = TRUE;
 }