uawdijnntqw1x1x1
IP : 216.73.217.142
Hostname : localhost.localdomain
Kernel : Linux localhost.localdomain 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
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,pcntl_unshare,
OS : Linux
PATH:
/
var
/
www
/
consult-e-syn
/
public_html
/
templates
/
system
/
modal.php
/
/
<?php /** * @package Modals * @version 10.0.3PRO * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2018 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ defined('_JEXEC') or die; use Joomla\CMS\Factory as JFactory; use RegularLabs\Library\Parameters as RL_Parameters; use RegularLabs\Library\RegEx as RL_RegEx; require_once JPATH_LIBRARIES . '/regularlabs/autoload.php'; ?> <?php if (JFactory::getApplication()->input->get('iframe')) : ?> <?php $this->language = JFactory::getDocument()->language; $this->direction = JFactory::getDocument()->direction; ?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <jdoc:include type="head" /> </head> <body class="contentpane modal"> <jdoc:include type="message" /> <jdoc:include type="component" /> </body> </html> <?php else: ?> <?php $config = RL_Parameters::getInstance()->getPluginParams('modals'); ?> <?php if ($config->load_head) : ?> <?php // Remove the extra loading of another jQuery file (already loaded in parent page) $headerdata = JFactory::getDocument()->getHeadData(); foreach ($headerdata['scripts'] as $file => $type) { if ( ! RL_RegEx::match('/jquery(-(noconflict|migrate))?(\.min)?\.js', $file)) { continue; } unset($headerdata['scripts'][$file]); } $headerdata = JFactory::getDocument()->setHeadData($headerdata); ?> <jdoc:include type="head" /> <?php endif; ?> <jdoc:include type="message" /> <jdoc:include type="component" /> <?php endif; ?>
/var/www/consult-e-syn/public_html/templates/system/modal.php