File manager - Edit - /home/vblioqus/unfreezetiktok.com/wp-content/plugins/webp-converter-for-media/src/Error/Notice/PassthruExecutionNotice.php
Back
<?php namespace WebpConverter\Error\Notice; use WebpConverter\Loader\PassthruLoader; /** * {@inheritdoc} */ class PassthruExecutionNotice implements NoticeInterface { const ERROR_KEY = 'passthru_execution'; /** * {@inheritdoc} */ public function get_key(): string { return self::ERROR_KEY; } /** * {@inheritdoc} */ public function get_message(): array { $passthru_url = PassthruLoader::get_loader_url(); return [ sprintf( /* translators: %s: anchor tag */ __( 'Execution of the PHP file from the "%s" path is blocked on your server, or access to this file is blocked. Add an exception and enable this file to be executed via an HTTP request. To do this, check the security plugin settings (if you are using them) or the security settings of your server.', 'webp-converter-for-media' ), '<a href="' . $passthru_url . '" target="_blank">' . $passthru_url . '</a>', '<br><br>' ), __( 'In this case, please, contact your server administrator.', 'webp-converter-for-media' ), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings