We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
0ct0pu5
/
squirrelmail
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Make directories unbrowsable.
Thijs Kinkhorst
il y a 23 ans
Parent
31355e26fe
commit
5b9ce7663d
3 fichiers modifiés
avec
9 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
3
0
class/deliver/index.php
3
0
class/mime/index.php
3
0
include/index.php
+ 3
- 0
class/deliver/index.php
Voir le fichier
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>
+ 3
- 0
class/mime/index.php
Voir le fichier
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>
+ 3
- 0
include/index.php
Voir le fichier
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>