Skip to content

Instantly share code, notes, and snippets.

@mudkipme
Created July 10, 2013 17:47
Show Gist options
  • Save mudkipme/5968477 to your computer and use it in GitHub Desktop.
Save mudkipme/5968477 to your computer and use it in GitHub Desktop.
<?php
header('Content-Length: 0');
$url = 'http://static.52poke.com/purge'.$_SERVER['REQUEST_URI'];
@file_get_contents($url);
file_put_contents(
'/home/52poke/logs/wiki-imagepurge.log',
'Purge '.$url.' '.date(DATE_ATOM)."\n",
FILE_APPEND
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment