Skip to content

Instantly share code, notes, and snippets.

@smowtion
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save smowtion/68b52eb029702cd8a605 to your computer and use it in GitHub Desktop.

Select an option

Save smowtion/68b52eb029702cd8a605 to your computer and use it in GitHub Desktop.
urlchecker
<?php
/**
* link checker by urlchecker.net
*/
$lcurl = 'http://urlchecker.org/?url=' . urlencode($_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
$tnlc = '<a href="' . $lcurl . '"><strong>Check Download Links</strong></a>';
echo $tnlc;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment