<?php
$URL="http://www.panticz.de/sites/default/files/magento/404/magento-fix-404-on-language-change.diff";
$c = curl_init();
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_URL, $URL);
echo htmlspecialchars(curl_exec($c));
curl_close($c);
?>- Log in to post comments