qsdklsqkdmqskdmlqskd
azoepqikdomlqskdjmlqs
qpfklqjsfmklqsjdmqlsjdsqd
home/broads13/public_html/carrafina.com/xmlrpc.php 0000666 00000006205 15233113072 0016141 0 ustar 00 ';
?>
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 );
}
}
home/broads13/public_html/bridalprovisions.com/xmlrpc.php 0000666 00000006205 15233113727 0017613 0 ustar 00 ';
?>
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 );
}
}
home/broads13/public_html/modpromatl.com/xmlrpc.php 0000644 00000005771 15233114652 0016401 0 ustar 00
'; ?>
WordPress
https://wordpress.org/
serve_request();
exit;
/**
* logIO() - Writes logging info to a file.
*
* @deprecated 3.4.0 Use error_log()
* @see error_log()
*
* @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 );
}