Parcourir la source

Make directories unbrowsable.

Thijs Kinkhorst il y a 23 ans
Parent
commit
5b9ce7663d
3 fichiers modifiés avec 9 ajouts et 0 suppressions
  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');
+?>