uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
.
/
mod-tmp
/
..
/
www
/
.
/
www.i-plan.ru
/
plugins
/
.
/
content
/
joomsef
/
joomsef.php
/
/
<?php /** * SEF component for Joomla! * * @package JoomSEF * @version 4.7.8 * @author ARTIO s.r.o., http://www.artio.net * @copyright Copyright (C) 2020 ARTIO s.r.o. * @license GNU/GPLv3 http://www.artio.net/license/gnu-general-public-license */ defined('_JEXEC') or die('Restricted access'); jimport('joomla.plugin.plugin'); require_once JPATH_SITE.'/components/com_sef/joomsef.php'; class plgContentJoomSEF extends JPlugin { function __construct(&$subject,$config) { parent::__construct($subject,$config); } function onContentAfterSave($context,$item,$isNew) { $context=explode(".",$context); $option=$context[0]; if($option=='com_categories' && strlen(($extension=JRequest::getString('extension',''))!='')) { $option=$extension; } $sef=JoomSEF::getInstance(); if($isNew==false) { $sef->_checkURLs($option,$item); } } function onContentAfterDelete($context,$item) { $context=explode(".",$context); $option=$context[0]; JoomSEF::_removeURL($option,$item); } } ?>
/var/www/iplanru/data/./mod-tmp/../www/./www.i-plan.ru/plugins/./content/joomsef/joomsef.php