[BlueOnyx:04988] Re: SquirrelMail - PHP
David Booth
david at goulburn.net.au
Wed Jul 7 16:25:07 -05 2010
From: Al Cooper
Sent: Thursday, July 08, 2010 7:07 AM
To: blueonyx at blueonyx.it
Subject: [BlueOnyx:04985] SquirrelMail - PHP
Hi All,
I am running the latest version of BlueOnyx. Just this afternoon I started to get the following PHP page when I try to use a browser to go to SquirrelMail:
<?php
/**
* index.php
*
* Redirects to the login page.
*
* @copyright © 1999-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: index.php,v 1.14.2.7 2006/02/03 22:27:46 jervfors Exp $
* @package squirrelmail
*/
// Are we configured yet?
if( ! file_exists ( 'config/config.php' ) ) {
echo '<html><body><p><strong>ERROR:</strong> Config file ' .
'"<tt>config/config.php</tt>" not found. You need to ' .
'configure SquirrelMail before you can use it.</p></body></html>';
exit;
}
// If we are, go ahead to the login page.
header('Location: src/login.php');
?>
Any Idea what broke?
Thanks for your help.
Al
Yes, same here. You have to enable php for the site.
I have a site for which I do not want php. squirrelmail worked.
But since the suPHP stuff appeared I have to turn on php so that squirrelmail works.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20100708/95aab37e/attachment.html>
More information about the Blueonyx
mailing list