Browse Source

Make directories unbrowsable.

Thijs Kinkhorst 23 years ago
parent
commit
5b9ce7663d
3 changed files with 9 additions and 0 deletions
  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');
+?>