소스 검색

Remove install shorthand

Nathaniel van Diepen 10 년 전
부모
커밋
f1738f3c0f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .htaccess

+ 0 - 1
.htaccess

@@ -11,7 +11,6 @@
 	RewriteRule ^\!([^/]*)$ /index.php?type=issue&id=$1 [QSA,L]
 	RewriteRule ^scrum/([^/]*)$ /index.php?type=scrum&id=$2 [QSA,L]
 	RewriteRule ^admin/([^/]*)$ /index.php?type=admin&id=$2 [QSA,L]
-	RewriteRule ^install/([^/]*)$ /install/index.php?id=$1 [QSA,L]
 </IfModule>
 # File security
 <FilesMatch ".(bak|config|sql|fla|psd|ini|log|sh|inc|~|swp)$">