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
/
188ee
/
..
/
plugins
/
authentication
/
..
/
content
/
quix
/
.
/
installer.php
/
/
<?php /** * @package Quix * @author ThemeXpert http://www.themexpert.com * @copyright Copyright (c) 2010-2015 ThemeXpert. All rights reserved. * @license GNU General Public License version 3 or later; see LICENSE.txt * @since 1.0.0 */ defined('_JEXEC') or die; class plgContentQuixInstallerScript { public function postflight($type, $parent) { $db = JFactory::getDbo(); $query = $db->getQuery(true); $fields = array( $db->quoteName('enabled') . ' = ' . (int) 1, $db->quoteName('ordering') . ' = ' . (int) 9999 ); $conditions = array( $db->quoteName('element') . ' = ' . $db->quote('quix'), $db->quoteName('type') . ' = ' . $db->quote('plugin') ); $query->update($db->quoteName('#__extensions'))->set($fields)->where($conditions); $db->setQuery($query); $db->execute(); return true; } }
/home/pteabiscqq/www/188ee/../plugins/authentication/../content/quix/./installer.php