Skip to content

Instantly share code, notes, and snippets.

@ety001
Created January 14, 2016 08:02
Show Gist options
  • Select an option

  • Save ety001/0b3c8bd4b63aff16fe22 to your computer and use it in GitHub Desktop.

Select an option

Save ety001/0b3c8bd4b63aff16fe22 to your computer and use it in GitHub Desktop.
facade_referer.php
<?php
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, "http://www.jwc.ldu.edu.cn/cj");
curl_setopt ($ch, CURLOPT_REFERER, "http://www.jwc.ldu.edu.cn/cj");
curl_exec ($ch);
curl_close ($ch);
header('Location:http://www.jwc.ldu.edu.cn/cj');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment