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 class ChangePasswordPage { static $URL = 'index.php?r=account/password/change';..
Decoded Output download
<?php
class ChangePasswordPage
{
static $URL = 'index.php?r=account/password/change';
static $fieldPassword = '#nordsoftware_yii_account_models_form_PasswordForm_password';
static $fieldVerifyPassword = '#nordsoftware_yii_account_models_form_PasswordForm_verifyPassword';
/**
* Basic route example for your current URL
* You can append any additional parameter to URL
* and use it in tests like: EditPage::route('/123-post');
*/
public static function route($param)
{
return static::$URL.$param;
}
} ?>
Did this file decode correctly?
Original Code
<?php
class ChangePasswordPage
{
static $URL = 'index.php?r=account/password/change';
static $fieldPassword = '#nordsoftware_yii_account_models_form_PasswordForm_password';
static $fieldVerifyPassword = '#nordsoftware_yii_account_models_form_PasswordForm_verifyPassword';
/**
* Basic route example for your current URL
* You can append any additional parameter to URL
* and use it in tests like: EditPage::route('/123-post');
*/
public static function route($param)
{
return static::$URL.$param;
}
}
Function Calls
None |
Stats
MD5 | e161664c9530f1b0d798e36c39f15f19 |
Eval Count | 0 |
Decode Time | 100 ms |