🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 05:58:29 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-admin
📍 /home/therahul/momotimes.therahuldas.com/wp-admin
🔄 Refresh
✏️
Editing: moderation.php
Writable
<?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;
💾 Save Changes
❌ Cancel