⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
turba
/
lib
/
Form
/
Type
/
View File Name :
TurbaTags.php
* @author Jan Schneider
* @category Horde * @license http://www.horde.org/licenses/apache ASL * @package Turba */ /** * The Turba_Form_Type_TurbaTags class provides a form field for autocompleting * tags. * * @author Michael J Rubinsky
* @author Jan Schneider
* @category Horde * @license http://www.horde.org/licenses/apache ASL * @package Turba */ class Turba_Form_Type_TurbaTags extends Horde_Form_Type { public function getInfo(&$vars, &$var, &$info) { $info = $var->getValue($vars); } public function isValid(&$var, &$vars, $value, &$message) { return true; } public function getTypeName() { return 'TurbaTags'; } }