MrAnderson
New Member
In der Übersicht aller Mailbox ist rechts ein Piktogramm eines Briefes zu sehen.
Wenn man hier drauf klick, wird man zu einem Download aufgefordert.
Ich würde erwarten, dass hier Squirelmail öffnet...
Die Datei hat dann folgenden Inhalt;
<?php
/**
* index.php
*
* Redirects to the login page.
*
* @copyright 1999-2012 The SquirrelMail Project Team
* @license GNU General Public License Versions | Open Source Initiative GNU Public License
* @version $Id: index.php 14249 2012-01-02 02:09:17Z pdontthink $
* @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');
Wenn man hier drauf klick, wird man zu einem Download aufgefordert.
Ich würde erwarten, dass hier Squirelmail öffnet...
Die Datei hat dann folgenden Inhalt;
<?php
/**
* index.php
*
* Redirects to the login page.
*
* @copyright 1999-2012 The SquirrelMail Project Team
* @license GNU General Public License Versions | Open Source Initiative GNU Public License
* @version $Id: index.php 14249 2012-01-02 02:09:17Z pdontthink $
* @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');