Changeset 5128
- Timestamp:
- 03/28/07 17:34:42 (2 years ago)
- Files:
-
- trunk/wp-comments-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-comments-post.php
r5089 r5128 1 1 <?php 2 if ($_SERVER["REQUEST_METHOD"] != "POST") { 3 header('Allow: POST'); 4 header("HTTP/1.1 405 Method Not Allowed"); 5 header("Content-type: text/plain"); 6 exit; 7 } 2 8 require( dirname(__FILE__) . '/wp-config.php' ); 3 9
