| Server IP : 46.105.57.169 / Your IP : 216.73.216.144 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/saint-martin-lg/administrator/components/com_templateck/helpers/ |
Upload File : |
<?php
/**
* @name CK Loader
* @copyright Copyright (C) 2025. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
*/
namespace Templatecreatorck;
// No direct access
defined('_JEXEC') or die;
$path = dirname(__FILE__);
// include the classes
class CKText extends \Joomla\CMS\Language\Text { }
class CKUri extends \Joomla\CMS\Uri\Uri { }
class CKRegistry extends \Joomla\Registry\Registry { }
if (version_compare(JVERSION, '6', '>=')) {
class CKInput extends \Joomla\Input\Input { }
class CKFile extends \Joomla\Filesystem\File { }
class CKFolder extends \Joomla\Filesystem\Folder { }
class CKPath extends \Joomla\Filesystem\Path { }
} else {
class CKInput extends \Joomla\CMS\Input\Input { }
jimport('joomla.filesystem.file');
class CKFile extends \Joomla\CMS\Filesystem\File { }
jimport('joomla.filesystem.folder');
class CKFolder extends \Joomla\CMS\Filesystem\Folder { }
class CKPath extends \Joomla\CMS\Filesystem\Path { }
}
require_once $path . '/ckfof.php';
require_once $path . '/ckobject.php';