Exemple #1
0
 /**
  * Enable automatic redirecting for added/missing slashes at the end of
  * the request path
  *
  * @return void
  */
 public static function enableRestlessURLs()
 {
     self::$restless_urls = TRUE;
 }