| Current Path : /home/digilove/www/41423/ |
| Current File : /home/digilove/www/41423/ascii.php.tar |
home/digilove/public_html/libraries/phputf8/utils/ascii.php 0000644 00000000621 15235530602 0020113 0 ustar 00 <?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';