We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
0ct0pu5
/
squirrelmail
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Make directories unbrowsable.
Thijs Kinkhorst
%!s(int64=23) %!d(string=hai) anos
pai
31355e26fe
achega
5b9ce7663d
Modificáronse 3 ficheiros
con
9 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
class/deliver/index.php
3
0
class/mime/index.php
3
0
include/index.php
+ 3
- 0
class/deliver/index.php
Ver ficheiro
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>
+ 3
- 0
class/mime/index.php
Ver ficheiro
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>
+ 3
- 0
include/index.php
Ver ficheiro
@@ -0,0 +1,3 @@
+<?php
+header('Location: ../index.php');
+?>