<?php /* This is to deal with pixiv's /jump.php for external links. */ if (empty($_SERVER['QUERY_STRING'])) { die('Illegal request'); } header('Location: ' . urldecode($_SERVER['QUERY_STRING']));