소스 검색

ht/index: list Header directive

Miraty 2 년 전
부모
커밋
f026b8b02d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pg-view/ht/index.php

+ 2 - 0
pg-view/ht/index.php

@@ -154,6 +154,8 @@ $sftp_url = 'sftp://' . (defined('DISPLAY_USERNAME') ? DISPLAY_USERNAME : '<u
 		<li><a rel="external help" href="https://httpd.apache.org/docs/current/mod/mod_autoindex.html#headername"><code>HeaderName</code></a></li>
 		<li><a rel="external help" href="https://httpd.apache.org/docs/current/mod/mod_autoindex.html#readmename"><code>ReadmeName</code></a></li>
 		<li><a rel="external help" href="https://httpd.apache.org/docs/current/mod/mod_autoindex.html#indexstylesheet"><code>IndexStyleSheet</code></a></li>
+
+		<li><a rel="external help" href="https://httpd.apache.org/docs/current/mod/mod_headers.html#header"><code>Header</code></a></li>
 	</ul>
 </section>