Explorar o código

Make directories unbrowsable.

Thijs Kinkhorst %!s(int64=23) %!d(string=hai) anos
pai
achega
5b9ce7663d
Modificáronse 3 ficheiros con 9 adicións e 0 borrados
  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');
+?>