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 namespace MiniOrange\OAuth\Helper; class OAuthConstants { const MODULE..

Decoded Output download

<?php 
 
 
namespace MiniOrange\OAuth\Helper; 
 
class OAuthConstants 
{ 
    const MODULE_DIR = "MiniOrange_OAuth"; 
    const MODULE_TITLE = "OAuth Client"; 
    const MODULE_MULTISITE = "::multisite_settings"; 
    const MODULE_BASE = "::OAuth"; 
    const MODULE_OAUTHSETTINGS = "::oauth_settings"; 
    const MODULE_SIGNIN = "::signin_settings"; 
    const MODULE_ATTR = "::attr_settings"; 
    const MODULE_FAQ = "::faq_settings"; 
    const MODULE_ACCOUNT = "::account_settings"; 
    const MODULE_SUPPORT = "::support"; 
    const MODULE_UPGRADE = "::upgrade"; 
    const MODULE_IMAGES = "::images/"; 
    const MODULE_CERTS = "::certs/"; 
    const MODULE_CSS = "::css/"; 
    const MODULE_JS = "::js/"; 
    const LOGIN_ADMIN_OPT = "oauthLoginAdminUser"; 
    const TEST_CONFIG_OPT = "testConfig"; 
    const SELECTED_PROVIDER = "selected_provider"; 
    const APP_NAME = "appName"; 
    const CLIENT_ID = "clientID"; 
    const CLIENT_SECRET = "clientSecret"; 
    const SCOPE = "scope"; 
    const AUTHORIZE_URL = "authorizeURL"; 
    const ACCESSTOKEN_URL = "accessTokenURL"; 
    const GETUSERINFO_URL = "getUserInfoURL"; 
    const ENDSESSION_URL = "endSessionURL"; 
    const DEFAULT_POST_LOGOUT = "default_post_logout"; 
    const OAUTH_LOGOUT_URL = "oauthLogoutURL"; 
    const ID_TOKEN = "id_token"; 
    const STATE = "state"; 
    const TEST_RELAYSTATE = "testvalidate"; 
    const MAP_MAP_BY = "amAccountMatcher"; 
    const DEFAULT_MAP_BY = "email"; 
    const DEFAULT_GROUP = "General"; 
    const SEND_HEADER = "header"; 
    const SEND_BODY = "body"; 
    const NAME_ID = "nameId"; 
    const IDP_NAME = "identityProviderName"; 
    const X509CERT = "certificate"; 
    const JWKS_URL = "jwks_url"; 
    const RESPONSE_SIGNED = "responseSigned"; 
    const ASSERTION_SIGNED = "assertionSigned"; 
    const ISSUER = "oauthIssuer"; 
    const DB_FIRSTNAME = "firstname"; 
    const USER_NAME = "username"; 
    const DB_LASTNAME = "lastname"; 
    const CUSTOMER_KEY = "customerKey"; 
    const CUSTOMER_EMAIL = "email"; 
    const CUSTOMER_PHONE = "phone"; 
    const CUSTOMER_NAME = "cname"; 
    const CUSTOMER_FNAME = "customerFirstName"; 
    const CUSTOMER_LNAME = "customerLastName"; 
    const OAUTH_CKL = "ckl"; 
    const OAUTH_LK = "lk"; 
    const SHOW_ADMIN_LINK = "showadminlink"; 
    const SHOW_CUSTOMER_LINK = "showcustomerlink"; 
    const REG_STATUS = "registrationStatus"; 
    const API_KEY = "apiKey"; 
    const TOKEN = "token"; 
    const DEFAULT_TOKEN = "default_token"; 
    const MAGENTO_COUNTER = "magento_counter"; 
    const BUTTON_TEXT = "buttonText"; 
    const OTP_TYPE = "otpType"; 
    const IS_TEST = "isTest"; 
    const ENDPOINT_URL = "endpoint_url"; 
    const AUTO_CREATE_ADMIN = "mo_oauth_auto_create_admin"; 
    const AUTO_CREATE_CUSTOMER = "mo_oauth_auto_create_customer"; 
    const MAP_EMAIL = "amEmail"; 
    const DEFAULT_MAP_EMAIL = "email"; 
    const MAP_USERNAME = "amUsername"; 
    const DEFAULT_MAP_USERN = "username"; 
    const MAP_FIRSTNAME = "amFirstName"; 
    const DEFAULT_MAP_FN = "firstName"; 
    const MAP_LASTNAME = "amLastName"; 
    const DEFAULT_MAP_LN = "lastName"; 
    const MAP_DEFAULT_ROLE = "defaultRole"; 
    const DEFAULT_ROLE = "Administrators"; 
    const MAP_GROUP = "group"; 
    const UNLISTED_ROLE = "unlistedRole"; 
    const CREATEIFNOTMAP = "createUserIfRoleNotMapped"; 
    const AUTO_REDIRECT = "autoRedirect"; 
    const B2B_AUTO_REDIRECT = "b2bautoRedirect"; 
    const AUTO_REDIRECT_APP = "autoRedirect_App"; 
    const DEFAULT_PROVIDER_ROLE = "defaultProviderRole"; 
    const DEFAULT_MAP_CN = "country"; 
    const DEFAULT_MAP_CITY = "city"; 
    const DEFAULT_MAP_PHONE = "phone2"; 
    const DEFAULT_MAP_ADD = "streetaddress"; 
    const DEFAULT_MAP_STATE = "state2"; 
    const DEFAULT_MAP_ZIP = "zipcode"; 
    const CUSTOM_MAPPED = "customAttributeMapping"; 
    const MAP_COUNTRY_BILLING = "ambillingCountry"; 
    const MAP_CITY_BILLING = "ambillingCity"; 
    const MAP_ADDRESS_BILLING = "ambillingAddress"; 
    const MAP_PHONE_BILLING = "ambillingPhone"; 
    const MAP_STATE_BILLING = "ambillingState"; 
    const MAP_ZIPCODE_BILLING = "ambillingZipcode"; 
    const MAP_COUNTRY_SHIPPING = "amshippingCountry"; 
    const MAP_CITY_SHIPPING = "amshippingCity"; 
    const MAP_ADDRESS_SHIPPING = "amshippingAddress"; 
    const MAP_PHONE_SHIPPING = "amshippingPhone"; 
    const MAP_STATE_SHIPPING = "amshippingState"; 
    const MAP_ZIPCODE_SHIPPING = "amshippingZipcode"; 
    const ALL_PAGE_AUTO_REDIRECT = "allPageAutoRedirect"; 
    const LOGOUT_AUTO_REDIRECT = "logoutAutoRedirect"; 
    const LOGOUT_AUTO_REDIRECT_URL = "logoutAutoRedirectUrl"; 
    const BACKDOOR = "backdoor"; 
    const OAuth_SSO_FALSE = "oauth_sso"; 
    const MAP_DEFAULT_GROUP = "defaultGroup"; 
    const GROUPS_MAPPED = "oauthCustomerRoleMapping"; 
    const ROLES_MAPPED = "oauthAdminRoleMapping"; 
    const COLUMN_ENTITY = "entity_id"; 
    const OAUTH_LOGIN_URL = "mooauth/actions/sendAuthorizationRequest"; 
    const IMAGE_RIGHT = "right.png"; 
    const IMAGE_WRONG = "wrong.png"; 
    const TXT_ID = "miniorange/oauth/transactionID"; 
    const CALLBACK_URL = "mooauth/actions/ReadAuthorizationResponse"; 
    const CODE = "code"; 
    const GRANT_TYPE = "authorization_code"; 
    const OAUTH = "OAUTH"; 
    const HTTP_REDIRECT = "HttpRedirect"; 
    const OTP_TYPE_EMAIL = "email"; 
    const OTP_TYPE_PHONE = "sms"; 
    const STATUS_VERIFY_LOGIN = "MO_VERIFY_CUSTOMER"; 
    const STATUS_COMPLETE_LOGIN = "MO_VERIFIED"; 
    const STATUS_VERIFY_EMAIL = "MO_OTP_EMAIL_VALIDATE"; 
    const DEFAULT_CUSTOMER_KEY = "16555"; 
    const DEFAULT_API_KEY = "fFd2XcvTGDemZvbw1bcUesNJWEqKbbUq"; 
    const HOSTNAME = "https://login.xecurify.com"; 
    const AREA_OF_INTEREST = "Magento 2.0 OAuth Client Plugin"; 
    const VERSION = "v7.0.1"; 
    const WEBSITE_COUNT = "website count"; 
    const WEBSITE_IDS = "website ids"; 
    const WEBSITES_LIMIT = "websites limit"; 
    const NO_OF_SP = "no_of_sp"; 
    const IDP_COUNT = "idp_count"; 
    const OAUTH_CONFIG_STATUS = "oauth_config_status"; 
    const ENABLE_DEBUG_LOG = "debug_log_oauth_allInclusive"; 
    const LOG_FILE_TIME = "log_file_time"; 
    const SEND_EMAIL = "send_email"; 
    const ADMINEMAIL = "admin_email"; 
    const LICENSE_PLAN = "magento_oauth_enterprise_plan"; 
    const PLAN_VERIFIED = "plan_verified"; 
    const USERNAME = "username"; 
    const PASSWORD = "password"; 
    const NORMAL_CUSTOMER = "disablenormalcustomer"; 
    const EXECUTION_DATE = "execution_date"; 
    const IsTrialExtended = "is_trial_extended"; 
    const SEND_EXPIRED_EMAIL = "send_expired_email"; 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


namespace MiniOrange\OAuth\Helper;

class OAuthConstants
{
    const MODULE_DIR = "\x4d\151\x6e\x69\x4f\162\x61\x6e\x67\145\x5f\x4f\101\165\x74\150";
    const MODULE_TITLE = "\x4f\101\x75\x74\150\40\x43\x6c\x69\x65\x6e\164";
    const MODULE_MULTISITE = "\72\72\x6d\x75\154\x74\x69\x73\x69\x74\145\x5f\163\x65\164\x74\x69\156\147\x73";
    const MODULE_BASE = "\x3a\72\117\101\165\164\x68";
    const MODULE_OAUTHSETTINGS = "\72\x3a\157\141\x75\164\150\x5f\x73\145\x74\164\151\156\147\163";
    const MODULE_SIGNIN = "\x3a\72\163\x69\x67\x6e\x69\156\137\x73\145\164\164\x69\156\147\x73";
    const MODULE_ATTR = "\72\x3a\141\164\164\162\137\163\x65\164\x74\x69\156\147\x73";
    const MODULE_FAQ = "\72\72\146\141\x71\x5f\163\145\x74\x74\x69\156\x67\x73";
    const MODULE_ACCOUNT = "\x3a\72\141\x63\143\x6f\165\x6e\164\x5f\163\145\x74\164\x69\x6e\x67\163";
    const MODULE_SUPPORT = "\72\72\163\165\160\x70\157\162\164";
    const MODULE_UPGRADE = "\x3a\72\x75\160\x67\162\x61\x64\x65";
    const MODULE_IMAGES = "\x3a\x3a\x69\x6d\x61\147\x65\x73\x2f";
    const MODULE_CERTS = "\72\x3a\143\x65\162\x74\163\x2f";
    const MODULE_CSS = "\72\x3a\143\163\x73\57";
    const MODULE_JS = "\x3a\72\152\x73\x2f";
    const LOGIN_ADMIN_OPT = "\x6f\141\x75\x74\150\x4c\x6f\x67\x69\156\x41\x64\x6d\151\x6e\x55\x73\145\162";
    const TEST_CONFIG_OPT = "\x74\x65\x73\x74\103\157\156\x66\151\147";
    const SELECTED_PROVIDER = "\163\145\154\145\143\164\145\144\x5f\x70\162\157\166\151\x64\x65\x72";
    const APP_NAME = "\x61\x70\x70\116\x61\155\145";
    const CLIENT_ID = "\143\x6c\151\145\156\164\111\x44";
    const CLIENT_SECRET = "\x63\x6c\x69\x65\x6e\164\123\x65\x63\x72\x65\164";
    const SCOPE = "\x73\143\x6f\x70\145";
    const AUTHORIZE_URL = "\141\x75\164\150\157\x72\151\172\x65\x55\122\x4c";
    const ACCESSTOKEN_URL = "\141\143\x63\x65\163\x73\x54\x6f\153\145\156\125\122\x4c";
    const GETUSERINFO_URL = "\147\x65\164\x55\x73\145\x72\x49\156\x66\157\x55\122\114";
    const ENDSESSION_URL = "\145\x6e\144\123\x65\x73\x73\151\157\x6e\125\122\114";
    const DEFAULT_POST_LOGOUT = "\144\145\146\x61\165\x6c\x74\137\x70\x6f\163\x74\x5f\154\x6f\147\x6f\x75\x74";
    const OAUTH_LOGOUT_URL = "\x6f\141\x75\x74\150\x4c\157\x67\157\x75\164\125\122\114";
    const ID_TOKEN = "\x69\144\x5f\164\x6f\153\x65\x6e";
    const STATE = "\x73\164\x61\x74\145";
    const TEST_RELAYSTATE = "\164\x65\163\x74\166\141\154\x69\144\x61\164\145";
    const MAP_MAP_BY = "\x61\155\101\x63\x63\157\x75\x6e\164\x4d\x61\164\143\150\145\162";
    const DEFAULT_MAP_BY = "\145\x6d\141\x69\154";
    const DEFAULT_GROUP = "\107\145\x6e\145\x72\x61\x6c";
    const SEND_HEADER = "\x68\x65\141\144\145\162";
    const SEND_BODY = "\x62\x6f\144\171";
    const NAME_ID = "\156\x61\155\145\111\144";
    const IDP_NAME = "\151\x64\x65\156\164\151\164\x79\120\x72\x6f\x76\x69\x64\x65\x72\x4e\141\155\145";
    const X509CERT = "\x63\x65\x72\164\151\146\x69\x63\x61\x74\145";
    const JWKS_URL = "\152\167\x6b\x73\137\x75\x72\x6c";
    const RESPONSE_SIGNED = "\x72\x65\163\160\157\156\163\x65\123\151\x67\156\145\144";
    const ASSERTION_SIGNED = "\x61\163\163\145\162\164\151\x6f\x6e\123\x69\x67\156\145\x64";
    const ISSUER = "\x6f\x61\x75\x74\x68\x49\x73\163\165\x65\162";
    const DB_FIRSTNAME = "\146\x69\x72\x73\x74\156\141\x6d\145";
    const USER_NAME = "\165\x73\145\x72\x6e\x61\x6d\x65";
    const DB_LASTNAME = "\x6c\x61\x73\164\x6e\141\155\145";
    const CUSTOMER_KEY = "\x63\x75\x73\x74\x6f\155\145\x72\x4b\x65\171";
    const CUSTOMER_EMAIL = "\x65\155\141\151\154";
    const CUSTOMER_PHONE = "\160\x68\157\156\145";
    const CUSTOMER_NAME = "\x63\156\x61\155\x65";
    const CUSTOMER_FNAME = "\x63\x75\163\164\157\155\145\x72\x46\151\x72\x73\164\x4e\x61\x6d\x65";
    const CUSTOMER_LNAME = "\x63\165\163\164\157\x6d\145\162\114\x61\x73\x74\x4e\141\x6d\145";
    const OAUTH_CKL = "\x63\153\x6c";
    const OAUTH_LK = "\x6c\x6b";
    const SHOW_ADMIN_LINK = "\x73\150\x6f\x77\x61\x64\155\151\156\154\151\156\153";
    const SHOW_CUSTOMER_LINK = "\x73\150\x6f\x77\x63\x75\163\164\x6f\x6d\x65\x72\154\151\x6e\x6b";
    const REG_STATUS = "\162\145\147\151\163\164\162\141\x74\151\x6f\156\x53\x74\141\164\x75\163";
    const API_KEY = "\x61\x70\x69\x4b\x65\171";
    const TOKEN = "\164\x6f\x6b\x65\156";
    const DEFAULT_TOKEN = "\x64\x65\x66\141\x75\154\164\x5f\164\157\x6b\145\156";
    const MAGENTO_COUNTER = "\155\141\147\x65\156\x74\157\137\x63\x6f\x75\x6e\x74\x65\162";
    const BUTTON_TEXT = "\x62\x75\x74\164\157\156\124\x65\170\164";
    const OTP_TYPE = "\157\x74\160\x54\x79\160\x65";
    const IS_TEST = "\x69\163\x54\x65\x73\164";
    const ENDPOINT_URL = "\x65\156\144\160\157\151\156\164\137\x75\x72\x6c";
    const AUTO_CREATE_ADMIN = "\155\x6f\x5f\157\x61\165\x74\x68\137\x61\165\164\x6f\x5f\143\162\x65\x61\x74\145\137\x61\x64\x6d\151\x6e";
    const AUTO_CREATE_CUSTOMER = "\155\x6f\x5f\157\x61\x75\x74\x68\x5f\141\x75\164\157\137\x63\162\145\x61\164\x65\x5f\x63\165\163\164\157\x6d\x65\162";
    const MAP_EMAIL = "\141\x6d\105\x6d\141\x69\154";
    const DEFAULT_MAP_EMAIL = "\145\x6d\x61\x69\154";
    const MAP_USERNAME = "\x61\155\125\x73\x65\x72\156\x61\x6d\x65";
    const DEFAULT_MAP_USERN = "\x75\x73\x65\x72\x6e\x61\x6d\145";
    const MAP_FIRSTNAME = "\141\x6d\x46\151\162\x73\164\116\x61\155\x65";
    const DEFAULT_MAP_FN = "\x66\151\x72\x73\164\x4e\141\x6d\145";
    const MAP_LASTNAME = "\141\x6d\114\x61\163\x74\116\x61\x6d\145";
    const DEFAULT_MAP_LN = "\154\141\163\x74\116\141\155\x65";
    const MAP_DEFAULT_ROLE = "\x64\x65\x66\141\x75\154\x74\x52\157\x6c\x65";
    const DEFAULT_ROLE = "\101\144\155\x69\156\x69\x73\x74\x72\x61\164\x6f\162\x73";
    const MAP_GROUP = "\147\162\157\x75\160";
    const UNLISTED_ROLE = "\x75\156\x6c\151\x73\164\145\x64\122\x6f\154\145";
    const CREATEIFNOTMAP = "\x63\x72\145\141\x74\145\x55\163\x65\162\111\x66\122\x6f\154\x65\116\157\x74\115\x61\160\160\145\144";
    const AUTO_REDIRECT = "\141\x75\164\x6f\122\145\144\x69\162\x65\x63\164";
    const B2B_AUTO_REDIRECT = "\142\x32\x62\141\165\x74\157\122\145\144\151\x72\145\x63\164";
    const AUTO_REDIRECT_APP = "\x61\x75\x74\157\x52\x65\144\151\x72\145\143\x74\137\101\160\x70";
    const DEFAULT_PROVIDER_ROLE = "\144\145\x66\141\x75\x6c\x74\x50\162\x6f\166\x69\x64\x65\162\x52\157\x6c\x65";
    const DEFAULT_MAP_CN = "\x63\157\165\156\x74\x72\171";
    const DEFAULT_MAP_CITY = "\143\x69\x74\171";
    const DEFAULT_MAP_PHONE = "\x70\150\x6f\156\145\62";
    const DEFAULT_MAP_ADD = "\x73\164\x72\145\145\164\141\x64\144\x72\x65\x73\x73";
    const DEFAULT_MAP_STATE = "\163\x74\x61\164\145\x32";
    const DEFAULT_MAP_ZIP = "\x7a\x69\160\x63\157\144\x65";
    const CUSTOM_MAPPED = "\143\x75\x73\164\x6f\x6d\101\x74\x74\x72\151\x62\165\x74\x65\x4d\x61\160\x70\x69\x6e\x67";
    const MAP_COUNTRY_BILLING = "\x61\x6d\142\x69\154\154\151\x6e\147\103\x6f\x75\x6e\164\162\171";
    const MAP_CITY_BILLING = "\141\155\x62\151\154\154\x69\156\x67\103\151\x74\x79";
    const MAP_ADDRESS_BILLING = "\x61\x6d\x62\151\154\154\x69\156\147\101\x64\x64\x72\145\163\163";
    const MAP_PHONE_BILLING = "\141\x6d\x62\151\154\154\151\x6e\147\120\x68\x6f\x6e\145";
    const MAP_STATE_BILLING = "\141\x6d\x62\x69\154\154\151\x6e\147\123\x74\x61\x74\145";
    const MAP_ZIPCODE_BILLING = "\141\155\x62\151\x6c\x6c\x69\156\x67\132\x69\x70\143\157\x64\x65";
    const MAP_COUNTRY_SHIPPING = "\141\155\x73\150\x69\x70\160\x69\156\147\103\157\x75\156\164\162\171";
    const MAP_CITY_SHIPPING = "\141\155\163\x68\151\x70\160\x69\156\x67\x43\151\164\171";
    const MAP_ADDRESS_SHIPPING = "\141\x6d\163\150\x69\160\160\x69\x6e\x67\x41\144\144\162\145\x73\x73";
    const MAP_PHONE_SHIPPING = "\141\x6d\163\150\x69\160\160\151\x6e\147\x50\x68\x6f\x6e\145";
    const MAP_STATE_SHIPPING = "\141\155\x73\x68\151\x70\160\x69\156\x67\x53\x74\x61\x74\x65";
    const MAP_ZIPCODE_SHIPPING = "\141\155\163\150\151\x70\x70\x69\156\147\x5a\151\160\143\x6f\x64\x65";
    const ALL_PAGE_AUTO_REDIRECT = "\141\x6c\x6c\120\141\147\x65\x41\x75\164\x6f\x52\145\x64\x69\162\x65\143\164";
    const LOGOUT_AUTO_REDIRECT = "\x6c\157\x67\157\165\164\101\x75\x74\x6f\x52\x65\x64\x69\162\x65\x63\164";
    const LOGOUT_AUTO_REDIRECT_URL = "\x6c\157\147\157\x75\164\101\x75\x74\157\x52\145\144\151\x72\145\143\x74\x55\x72\154";
    const BACKDOOR = "\x62\x61\x63\153\x64\x6f\x6f\x72";
    const OAuth_SSO_FALSE = "\x6f\x61\x75\164\x68\137\163\163\157";
    const MAP_DEFAULT_GROUP = "\144\145\x66\x61\x75\154\x74\x47\x72\157\165\160";
    const GROUPS_MAPPED = "\157\x61\x75\x74\150\103\x75\163\x74\157\155\145\162\122\157\x6c\145\x4d\x61\x70\160\151\x6e\x67";
    const ROLES_MAPPED = "\x6f\141\165\164\150\x41\x64\x6d\151\156\x52\x6f\x6c\x65\x4d\x61\160\160\151\156\147";
    const COLUMN_ENTITY = "\x65\156\x74\151\x74\x79\137\151\x64";
    const OAUTH_LOGIN_URL = "\155\x6f\157\141\x75\x74\x68\x2f\141\143\164\151\157\x6e\x73\57\163\145\x6e\x64\x41\165\164\x68\157\x72\151\172\141\164\151\x6f\x6e\x52\145\x71\x75\x65\163\x74";
    const IMAGE_RIGHT = "\x72\x69\x67\150\x74\56\x70\156\147";
    const IMAGE_WRONG = "\x77\162\157\156\x67\56\160\156\147";
    const TXT_ID = "\155\151\156\x69\157\x72\x61\x6e\x67\145\57\157\141\165\x74\x68\57\x74\x72\141\x6e\x73\141\x63\164\x69\157\156\x49\x44";
    const CALLBACK_URL = "\x6d\157\x6f\x61\x75\164\x68\57\x61\143\164\x69\x6f\156\x73\57\x52\x65\141\144\x41\165\164\x68\157\x72\151\172\141\x74\151\157\156\122\145\163\160\x6f\156\163\145";
    const CODE = "\143\x6f\x64\145";
    const GRANT_TYPE = "\141\x75\164\x68\x6f\162\x69\172\x61\164\x69\x6f\156\137\143\157\x64\x65";
    const OAUTH = "\117\x41\125\124\110";
    const HTTP_REDIRECT = "\x48\164\x74\160\x52\145\x64\151\x72\145\x63\x74";
    const OTP_TYPE_EMAIL = "\145\155\141\x69\x6c";
    const OTP_TYPE_PHONE = "\163\155\x73";
    const STATUS_VERIFY_LOGIN = "\x4d\117\x5f\126\105\122\x49\x46\x59\x5f\103\x55\x53\x54\x4f\115\105\x52";
    const STATUS_COMPLETE_LOGIN = "\115\x4f\137\126\x45\x52\x49\106\111\105\104";
    const STATUS_VERIFY_EMAIL = "\115\x4f\137\117\x54\x50\x5f\105\115\x41\x49\x4c\x5f\126\101\x4c\x49\104\101\x54\x45";
    const DEFAULT_CUSTOMER_KEY = "\61\66\x35\65\x35";
    const DEFAULT_API_KEY = "\x66\106\144\62\130\x63\166\x54\107\104\x65\x6d\132\x76\142\x77\x31\x62\x63\x55\145\x73\116\x4a\127\x45\x71\113\x62\x62\125\x71";
    const HOSTNAME = "\x68\x74\x74\x70\163\72\57\57\x6c\x6f\147\151\156\56\170\x65\x63\165\162\x69\x66\171\56\143\157\155";
    const AREA_OF_INTEREST = "\x4d\141\147\x65\156\164\157\x20\x32\x2e\60\x20\x4f\101\x75\x74\x68\x20\x43\154\x69\x65\x6e\164\40\x50\154\165\147\151\x6e";
    const VERSION = "\166\x37\x2e\60\x2e\61";
    const WEBSITE_COUNT = "\167\x65\142\163\x69\x74\x65\40\x63\x6f\165\x6e\164";
    const WEBSITE_IDS = "\x77\x65\x62\163\x69\x74\x65\x20\x69\x64\163";
    const WEBSITES_LIMIT = "\167\145\x62\x73\x69\164\145\x73\40\154\151\x6d\151\164";
    const NO_OF_SP = "\156\x6f\137\157\146\x5f\163\160";
    const IDP_COUNT = "\151\x64\160\137\143\x6f\165\x6e\164";
    const OAUTH_CONFIG_STATUS = "\x6f\141\x75\x74\150\x5f\143\157\156\146\x69\x67\137\x73\164\141\164\x75\163";
    const ENABLE_DEBUG_LOG = "\x64\145\142\165\x67\137\154\157\147\137\157\141\165\x74\150\137\141\x6c\154\111\x6e\143\x6c\165\x73\151\166\145";
    const LOG_FILE_TIME = "\154\157\147\x5f\146\x69\154\145\137\164\x69\x6d\x65";
    const SEND_EMAIL = "\x73\145\156\144\x5f\145\155\141\x69\154";
    const ADMINEMAIL = "\141\144\155\151\x6e\137\145\x6d\x61\x69\154";
    const LICENSE_PLAN = "\155\141\147\x65\x6e\164\157\137\x6f\x61\x75\164\x68\x5f\145\156\164\x65\x72\160\162\151\163\145\137\160\154\x61\156";
    const PLAN_VERIFIED = "\160\x6c\x61\156\137\x76\145\162\151\x66\151\145\x64";
    const USERNAME = "\165\163\x65\162\156\x61\155\145";
    const PASSWORD = "\160\x61\163\x73\167\x6f\162\x64";
    const NORMAL_CUSTOMER = "\x64\151\x73\x61\142\x6c\x65\x6e\157\162\155\141\154\143\165\x73\x74\157\155\145\162";
    const EXECUTION_DATE = "\145\170\x65\x63\x75\164\151\157\156\x5f\x64\x61\x74\145";
    const IsTrialExtended = "\x69\x73\137\x74\162\151\x61\154\x5f\145\x78\164\145\156\144\145\x64";
    const SEND_EXPIRED_EMAIL = "\163\145\156\144\137\x65\x78\x70\151\x72\145\x64\137\x65\x6d\141\151\x6c";
}

Function Calls

None

Variables

None

Stats

MD5 6cc0210d7cf71d3fd1cdbc0449b39d01
Eval Count 0
Decode Time 52 ms