Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla4/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla4/patterns.php.tar

home/lmsyaran/public_html/libraries/phputf8/utils/patterns.php000064400000000624151157233310020712
0ustar00<?php
defined('_JEXEC') or die;

if (class_exists('JLog'))
{
	JLog::add(
		sprintf(
			'Using the phputf8 library through files located in %1$s is
deprecated, load the files from %2$s instead.',
			dirname(__DIR__),
			JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8'
		),
		JLog::WARNING,
		'deprecated'
	);
}

require_once JPATH_LIBRARIES .
'/vendor/joomla/string/src/phputf8/utils/patterns.php';
home/lmsyaran/public_html/j3/libraries/phputf8/utils/patterns.php000064400000000624151157413770021240
0ustar00<?php
defined('_JEXEC') or die;

if (class_exists('JLog'))
{
	JLog::add(
		sprintf(
			'Using the phputf8 library through files located in %1$s is
deprecated, load the files from %2$s instead.',
			dirname(__DIR__),
			JPATH_LIBRARIES . '/vendor/joomla/string/src/phputf8'
		),
		JLog::WARNING,
		'deprecated'
	);
}

require_once JPATH_LIBRARIES .
'/vendor/joomla/string/src/phputf8/utils/patterns.php';