uawdijnntqw1x1x1
IP : 216.73.216.219
Hostname : webm015.cluster127.gra.hosting.ovh.net
Kernel : Linux webm015.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
pteabiscqq
/
www
/
administrator
/
components
/
com_jce2
/
helpers
/
admin.php
/
/
<?php defined('JPATH_PLATFORM') or die; /** * Admin helper. * * @since 3.0 */ class JceHelperAdmin { /** * Configure the Submenu links. * * @param string $vName The view name * * @since 3.0 */ public static function addSubmenu($vName) { $uri = (string)JUri::getInstance(); $return = urlencode(base64_encode($uri)); $user = JFactory::getUser(); JHtmlSidebar::addEntry( JText::_('WF_CPANEL'), 'index.php?option=com_jce&view=cpanel', $vName == 'cpanel' ); $views = array( 'config' => 'WF_CONFIGURATION', 'profiles' => 'WF_PROFILES', 'browser' => 'WF_CPANEL_BROWSER', 'mediabox' => 'WF_MEDIABOX' ); foreach($views as $key => $label) { if ($key === "mediabox" && !JPluginHelper::isEnabled('system', 'jcemediabox')) { continue; } if ($user->authorise('jce.' . $key, 'com_jce')) { JHtmlSidebar::addEntry( JText::_($label), 'index.php?option=com_jce&view=' . $key, $vName == $key ); } } } public static function getTemplateStylesheets() { require_once(JPATH_SITE . '/components/com_jce/editor/libraries/classes/editor.php'); return WFEditor::getTemplateStyleSheets(); } }
/home/pteabiscqq/www/administrator/components/com_jce2/helpers/admin.php