File: index.php

package info (click to toggle)
squirrelmail-spam-buttons 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 576 kB
  • ctags: 1,295
  • sloc: php: 4,858; sh: 157; makefile: 22
file content (18 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * 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 (c) 1999-2009 The SquirrelMail Project Team
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @version $Id: index.php,v 1.1.2.2 2005/09/11 22:31:38 jervfors Exp $
 * @package squirrelmail
 * @subpackage encode
 */

header('Location: ../index.php');