HEX
Server: Apache
System: FreeBSD www.he.idv.tw 14.3-RELEASE-p5 FreeBSD 14.3-RELEASE-p5 GENERIC amd64
User: root (0)
PHP: 8.4.13
Disabled: exec,passthru,shell_exec,system,proc_open,popen
Upload Files
File: /home/syleather/public_html/wp-admin/moderation.php
<?php
/**
 * Comment Moderation Administration Screen.
 *
 * Redirects to edit-comments.php?comment_status=moderated.
 *
 * @package WordPress
 * @subpackage Administration
 */
require_once dirname( __DIR__ ) . '/wp-load.php';
wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) );
exit;