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