updating strings
[squirrelmail.git] / po / index.php
... / ...
CommitLineData
1<?php
2/**
3 ** index.php
4 **
5 ** This file simply takes any attempt to view source files
6 ** and sends those people to the login screen. At this
7 ** point no attempt is made to see if the person is logged
8 ** or not.
9 **/
10
11header("Location:../index.php");
12
13/** pretty impressive huh? **/
14?>