Squirrelmail not working anymore
Hi all,
I'm using Slack 9 and upgraded my postfix package. Now when I try to log into squirrlemail Isee this insted of the graphical login:
<?php
/**
* index.php -- Displays the main frameset
*
* Copyright (c) 1999-2003 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
*
* Redirects to the login page.
*
* $Id: index.php,v 1.14 2002/12/31 12:49:29 kink Exp $
*/
header("Location: src/login.php\n\n");
exit();
?>
I tried reinstalling apache and apache-php to no avail. It looks like it's not using PHP. Any guesses?
|