Heray-Was-Here
Server : Apache
System : Linux msk.rackserver.ru 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User : pdez ( 1379)
PHP Version : 5.6.40
Disable Function : NONE
Directory :  /home/pdez/www/wp-admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/pdez/www/wp-admin/moderation.php
<?php
/**
 * Comment Moderation Administration Screen.
 *
 * Redirects to edit-comments.php?comment_status=moderated.
 *
 * @package WordPress
 * @subpackage Administration
 */
require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' );
wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) );
exit;

Hry