| Current Path : /proc/8644/task/8644/root/usr/share/squirrelmail/plugins/view_as_html/ | 
| Current File : //proc/8644/task/8644/root/usr/share/squirrelmail/plugins/view_as_html/index.php | 
<?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();