瀏覽代碼

Make directories unbrowsable.

Thijs Kinkhorst 23 年之前
父節點
當前提交
5b9ce7663d
共有 3 個文件被更改,包括 9 次插入0 次删除
  1. 3 0
      class/deliver/index.php
  2. 3 0
      class/mime/index.php
  3. 3 0
      include/index.php

+ 3 - 0
class/deliver/index.php

@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>

+ 3 - 0
class/mime/index.php

@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>

+ 3 - 0
include/index.php

@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>