*/ /** * Do not execute this file directly. */ if (! \defined('ABSPATH')) { exit; } use blobfolio\wp\meow\admin; use blobfolio\wp\meow\ajax; use blobfolio\wp\meow\license; use blobfolio\wp\meow\options; use blobfolio\wp\meow\vendor\common; $data = array( 'forms'=>array( 'pro'=>array( 'action'=>'meow_ajax_pro', 'n'=>ajax::get_nonce(), 'license'=>options::get('license'), 'errors'=>array(), 'saved'=>false, 'loading'=>false, ), ), 'freeload'=>license::FREELOAD, ); $license = license::get($data['forms']['pro']['license']); $data['license'] = $license->get_license(); // JSON doesn't appreciate broken UTF. common\ref\sanitize::utf8($data); ?>
' . __('Please ask your system administrator to enable the OpenSSL PHP extension. Without this, your site will be unable to decode and validate the license details itself. In the meantime, Apocalypse Meow will try to offload this task to its own server. This should get the job done, but won\'t be as efficient and could impact performance a bit.', 'apocalypse-meow') . '
'; // @codingStandardsIgnoreEnd echo '{{error}}