One Hat Cyber Team
Your IP :
18.226.17.3
Server IP :
130.211.160.56
Server :
Linux pod-100217:apache2_82:v0.5.7 5.4.0-1102-gcp #111~18.04.2-Ubuntu SMP Tue Mar 21 16:15:46 UTC 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.26
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
nas
/
content
/
live
/
wkhjackfruit
/
wp-admin
/
Edit Nama File:
options-head.php
<?php /** * WordPress Options Header. * * Displays updated message, if updated variable is part of the URL query. * * @package WordPress * @subpackage Administration */ $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); } settings_errors();
Simpan