File manager - Edit - /home/opticamezl/www/newok/plugins/system/yootheme/script.php
Back
<?php use Joomla\CMS\Factory; defined('_JEXEC') or die(); class plgSystemYOOthemeInstallerScript { public function install($parent) {} public function uninstall($parent) {} public function update($parent) {} public function preflight($type, $parent) {} public function postflight($type, $parent) { if (!in_array($type, ['install', 'update'])) { return; } Factory::getDbo() ->setQuery( 'UPDATE #__extensions SET ' . ($type == 'install' ? 'enabled = 1, ' : '') . "ordering = 0 WHERE type = 'plugin' AND folder = 'system' AND element = 'yootheme'", ) ->execute(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings