Пример #1
0
 function update($parent)
 {
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'debug-on.php');
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'debug-off.php');
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'fcaptcha-drawer.php');
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'functions.php');
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'qqfileuploader.php');
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'vfdebugger.php');
     @unlink(JPATH_ROOT . DS . 'components' . DS . $parent->get('element') . DS . 'helpers' . DS . 'fmailer.php');
     @unlink(JPATH_ADMINISTRATOR . DS . 'components' . DS . $parent->get('element') . DS . 'models' . DS . 'fields' . DS . 'vfheader.php');
     @unlink(JPATH_ADMINISTRATOR . DS . 'components' . DS . $parent->get('element') . DS . 'models' . DS . 'fields' . DS . 'vftext.php');
     @unlink(JPATH_ADMINISTRATOR . DS . 'components' . DS . $parent->get('element') . DS . 'models' . DS . 'fields' . DS . 'vftextarea.php');
     @unlink(JPATH_ADMINISTRATOR . DS . 'components' . DS . $parent->get('element') . DS . 'foxcontact.inc');
     parent::install($parent);
 }
Пример #2
0
 function update($parent)
 {
     @unlink(JPATH_ROOT . '/components/com_foxcontact/helpers/fsession.php');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/helpers/fdispatcher.php');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/helpers/fadminmailer.php');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/helpers/fsubmittermailer.php');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/helpers/fjmessenger.php');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/helpers/fuploader.php');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/js/jtext.js');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/js/fileuploader.js');
     @unlink(JPATH_ROOT . '/components/com_foxcontact/js/fileuploader.min.js');
     @unlink(JPATH_ROOT . '/media/com_foxcontact/css/chosen.css');
     @unlink(JPATH_ROOT . '/media/com_foxcontact/css/bootstrap.css');
     parent::install($parent);
 }
Пример #3
0
 function update($parent)
 {
     parent::install($parent);
 }