summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-comments-post.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-12 12:11:53 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-12 12:11:53 +0000
commit0a08b806615f3bdd5ca1546c4ab0e25dc3d201f1 (patch)
tree1828319a3864c1c8d2eba7a1f9c1acc4178bf578 /wp-inst/wp-comments-post.php
parentb92dadf3d9489d20f7eca449a370229780b61a3c (diff)
downloadwordpress-mu-0a08b806615f3bdd5ca1546c4ab0e25dc3d201f1.tar.gz
wordpress-mu-0a08b806615f3bdd5ca1546c4ab0e25dc3d201f1.tar.xz
wordpress-mu-0a08b806615f3bdd5ca1546c4ab0e25dc3d201f1.zip
Lots of merges from WP Core.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@5 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-comments-post.php')
-rw-r--r--wp-inst/wp-comments-post.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/wp-inst/wp-comments-post.php b/wp-inst/wp-comments-post.php
index ae81a4a..f354c58 100644
--- a/wp-inst/wp-comments-post.php
+++ b/wp-inst/wp-comments-post.php
@@ -1,11 +1,4 @@
<?php
-/*
-// This is a common User Agent used by comment spammers.
-if( $_SERVER["HTTP_USER_AGENT"] == "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)" || $_SERVER["HTTP_USER_AGENT"] == 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322)' || $_SERVER["HTTP_USER_AGENT"] == 'Mozilla/3.0 (compatible; Indy Library)' )
-{
- die();
-}
-*/
require( dirname(__FILE__) . '/wp-config.php' );
$comment_post_ID = (int) $_POST['comment_post_ID'];