/home/fortodpl/fortattooideas.com
NameSizeModeActions
.well-known/-0755rm
cgi-bin/-0755rm
wp-admin/-0755rm
wp-content/-0755rm
wp-includes/-0755rm
.hcflag300644editdlrm
.htaccess35790644editdlrm
.htaccess.bk22440644editdlrm
index.php4050644editdlrm
license.txt199030644editdlrm
readme.html74070644editdlrm
rogfudvg.php73170644editdlrm
wp-activate.php77180644editdlrm
wp-blog-header.php3510644editdlrm
wp-comments-post.php23230644editdlrm
wp-config-sample.php33390644editdlrm
wp-config.php36240600editdlrm
wp-cron-cmhg.php16590644editdlrm
wp-cron.php56170644editdlrm
wp-links-opml.php24930644editdlrm
wp-load.php39370644editdlrm
wp-login.php525360644editdlrm
wp-mail.php87270644editdlrm
wp-settings.php331520644editdlrm
wp-signup.php350810644editdlrm
wp-trackback.php53960644editdlrm
xmlrpc.php32050644editdlrm
Edit: /home/fortodpl/fortattooideas.com/xmlrpc.php (3205B)
'; ?> WordPress https://wordpress.org/ serve_request(); exit; /** * logIO() - Writes logging info to a file. * * @since 1.2.0 * @deprecated 3.4.0 Use error_log() * @see error_log() * * @global int|bool $xmlrpc_logging Whether to enable XML-RPC logging. * * @param string $io Whether input or output. * @param string $msg Information describing logging reason. */ function logIO( $io, $msg ) { _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' ); if ( ! empty( $GLOBALS['xmlrpc_logging'] ) ) { error_log( $io . ' - ' . $msg ); } }