projects
/
squirrelmail.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Corified Msg_Flags plugin, along with Jimmy's icon themes
[squirrelmail.git]
/
images
/
themes
/
xp
/
index.php
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
11
header
(
"Location:../index.php"
);
12
13
/** pretty impressive huh? **/
14
?
>