uawdijnntqw1x1x1
IP : 216.73.217.13
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.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
/
locationbo
/
www
/
.
/
.
/
administrator
/
components
/
com_osmap
/
form
/
fields
/
.
/
base.php
/
/
<?php /** * @package AllediaFreeDefaultFiles * @contact www.joomlashack.com, help@joomlashack.com * @copyright Copyright (C) Open Sources Training, LLC, All rights reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ defined('_JEXEC') or die('Restricted access'); /** * Form field to show an advertisement for the pro version */ class JFormFieldBase extends JFormField { /** * @var bool */ protected $fromInstaller = false; public function __set($property, $value = null) { switch ($property) { case 'fromInstaller': $this->fromInstaller = (bool)$value; break; default: parent::__set($property, $value); } } protected function getInput() { return ''; } protected function getStyle($path) { $html = ''; if (file_exists($path)) { $style = file_get_contents($path); $html .= '<style>' . $style . '</style>'; } return $html; } protected function getLabel() { return ''; } public function getInputUsingCustomElement(SimpleXMLElement $element) { $this->element = $element; $this->setup($element, null); return $this->getInput(); } }
/home/locationbo/www/././administrator/components/com_osmap/form/fields/./base.php