This file is indexed.

/usr/share/squirrelmail/plugins/view_as_html/index.php is in squirrelmail-viewashtml 3.8-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<?php

   /**
    **  index.php -- Displays the main frameset
    **
    **  Copyright (c) 1999-2002 The SquirrelMail development team
    **  Licensed under the GNU GPL. For full terms see the file COPYING.
    **
    **  Redirects to the login page.
    **
    **/

   header("Location:../../src/login.php\n\n");
   exit();