X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=images%2Fthemes%2Fdefault%2Findex.php;h=9f203de9be48e9b8c86efdb54503d8eba990672a;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hp=f86109e8826e560f89ec1780e04f38ffbc3c0c3c;hpb=6395c46db0a732860324fa43886b6ca806ad2588;p=squirrelmail.git diff --git a/images/themes/default/index.php b/images/themes/default/index.php index f86109e8..9f203de9 100644 --- a/images/themes/default/index.php +++ b/images/themes/default/index.php @@ -1,3 +1,19 @@ + +/** + * index.php + * + * This file simply takes any attempt to view source files and sends those + * people to the login screen. At this point no attempt is made to see if the + * person is logged in or not. + * + * @copyright 1999-2010 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ + * @package squirrelmail + * @subpackage themes + */ + +header('Location: ../index.php'); + +?> \ No newline at end of file