[BlueOnyx:04985] SquirrelMail - PHP
Al Cooper
alc at hmcnetworks.com
Wed Jul 7 16:07:09 -05 2010
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
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20100707/83bf18bf/attachment.html>
More information about the Blueonyx
mailing list