h3llr4iser Posted July 17, 2017 Share Posted July 17, 2017 I am developing a registrar module and I want to add hook: AdminHomeWidgets. ¿How I can access to registrar module configuration value? I need the api key to perform a request to the registrar api. If I query the database I can get these values but they are encripted. Regards. 0 Quote Link to comment Share on other sites More sharing options...
nasos75 Posted September 14, 2017 Share Posted September 14, 2017 require_once __DIR__ . '/../../includes/registrarfunctions.php'; . . . $params = getRegistrarConfigOptions('grepp'); Another workaround is to read them directly from the database and use 'decrypt' method. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.