Server IP : 195.201.23.43 / Your IP : 3.15.11.205 Web Server : Apache System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64 User : kdecoratie ( 1041) PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/kdecoratie/public_html/administrator/components/com_slideshowck/helpers/ |
Upload File : |
<?php /** * @copyright Copyright (C) 2019. 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 */ // No direct access defined('_JEXEC') or die; // set variables define('SLIDESHOWCK_PLATFORM', 'joomla'); define('SLIDESHOWCK_PATH', JPATH_SITE . '/administrator/components/com_slideshowck'); define('SLIDESHOWCK_ADMIN_PATH', SLIDESHOWCK_PATH); define('SLIDESHOWCK_FRONT_PATH', JPATH_SITE . '/components/com_slideshowck'); define('SLIDESHOWCK_PROJECTS_PATH', JPATH_SITE . '/administrator/components/com_slideshowck/projects'); define('SLIDESHOWCK_ADMIN_URL', JUri::root(true) . '/administrator/index.php?option=com_slideshowck'); define('SLIDESHOWCK_URL', JUri::base(true) . '/index.php?option=com_slideshowck'); define('SLIDESHOWCK_ADMIN_GENERAL_URL', JUri::root(true) . '/administrator/index.php?option=com_slideshowck&view=templates'); define('SLIDESHOWCK_MEDIA_URI', JUri::root(true) . '/media/com_slideshowck'); define('SLIDESHOWCK_MEDIA_URL', SLIDESHOWCK_MEDIA_URI); define('SLIDESHOWCK_MEDIA_PATH', JPATH_ROOT . '/media/com_slideshowck'); define('SLIDESHOWCK_PLUGIN_URL', SLIDESHOWCK_MEDIA_URI); define('SLIDESHOWCK_TEMPLATES_PATH', JPATH_SITE . '/templates'); define('SLIDESHOWCK_SITE_ROOT', JPATH_ROOT); define('SLIDESHOWCK_URI', JUri::root(true) . '/administrator/components/com_slideshowck'); define('SLIDESHOWCK_URI_ROOT', JUri::root(true)); define('SLIDESHOWCK_URI_BASE', JUri::base(true)); define('SLIDESHOWCK_PLUGINS_PATH', JPATH_SITE . '/plugins/slideshowck'); // include the classes require_once SLIDESHOWCK_PATH . '/helpers/ckinput.php'; require_once SLIDESHOWCK_PATH . '/helpers/cktext.php'; require_once SLIDESHOWCK_PATH . '/helpers/ckfile.php'; require_once SLIDESHOWCK_PATH . '/helpers/ckfolder.php'; require_once SLIDESHOWCK_PATH . '/helpers/ckfof.php'; //require_once SLIDESHOWCK_PATH . '/helpers/helper.php'; //require_once SLIDESHOWCK_PATH . '/helpers/ckcontroller.php'; //require_once SLIDESHOWCK_PATH . '/helpers/ckmodel.php'; //require_once SLIDESHOWCK_PATH . '/helpers/ckview.php';Private