Spade
Mini Shell
ascii.php000064400000000621151165260030006343 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/ascii.php';
bad.php000064400000000617151165260040006007 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/bad.php';
patterns.php000064400000000624151165260040007117 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';
position.php000064400000000624151165260040007123 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/position.php';
specials.php000064400000000624151165260040007062 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/specials.php';
unicode.php000064400000000623151165260040006704 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/unicode.php';
validation.php000064400000000626151165260040007413 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/validation.php';