Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Divisi IT & E-Banking Bank Lampung * @copyright 2014 * * @copyright..
Decoded Output download
<?php
/**
* Divisi IT & E-Banking Bank Lampung
* @copyright 2014
*
* @copyright 1999-2011 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: index.php 14084 2011-01-06 02:44:03Z 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');
?>
Did this file decode correctly?
Original Code
<?php
/**
* Divisi IT & E-Banking Bank Lampung
* @copyright 2014
*
* @copyright 1999-2011 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: index.php 14084 2011-01-06 02:44:03Z 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');
?>
Function Calls
header | 1 |
file_exists | 1 |
Stats
MD5 | bd9c050cf588f13a1bdb1c1acdbd9ef4 |
Eval Count | 0 |
Decode Time | 98 ms |