Your IP : 216.73.216.155


Current Path : /usr/share/squirrelmail/plugins/view_as_html/
Upload File :
Current File : //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();