Changeset 13025
- Timestamp:
- 12/07/2023 03:14:09 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/matrix/trac-bot.php
r13001 r13025 27 27 28 28 // Verify it came from Maubot tracbot plugin. 29 if ( ! isset( $_ GET['secret'] ) || $_GET['secret'] !== URL_SECRET__TRAC_BOT ) {29 if ( ! isset( $_POST['secret'] ) || $_POST['secret'] !== URL_SECRET__TRAC_BOT ) { 30 30 http_response_code( 403 ); 31 31 return;
Note: See TracChangeset
for help on using the changeset viewer.