Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/libraries/mpf/form/field/email.php
Ðазад
<?php /** * Form Field class for the Joomla MPF. * * Supports a email input. * * @package Joomla.MPF * @subpackage Form */ class MPFFormFieldEmail extends MPFFormFieldText { /** * Field Type * * @var string */ protected $type = 'Email'; /** * Overide getDisplayValue to render make value entered for this field type linkable * * @return mixed|string */ public function getRawDisplayValue() { if ($this->value && filter_var($this->value, FILTER_VALIDATE_EMAIL)) { return '<a href="mailto:' . $this->value . '">' . $this->value . '</a>'; } return $this->value; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка