Files
idpan.poznan.pl/administrator/components/com_pagebuilderck/helpers/ckpath.php
2026-02-08 21:16:11 +01:00

11 lines
129 B
PHP

<?php
namespace Pagebuilderck;
defined('_JEXEC') or die;
jimport('joomla.filesystem.file');
class CKPath extends \JPath {
}