Dernière activité 6 months ago

google-hilite.diff Brut
1--- /tmp/google-hilite.php 2005-06-17 02:36:02.000000000 +0200
2+++ /usr/share/wordpress/wp-content/plugins/google-hilite.php 2006-05-26 00:17:32.000000000 +0200
3@@ -81,6 +81,10 @@
4 break;
5
6 case 'wordpress':
7+ if (preg_match('|^http://'. quotemeta($_SERVER["SERVER_NAME"]) .'|i', $referer)){
8+ return false;
9+ break;
10+ }
11 if ( is_search() )
12 return true;