⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
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
/
nag
/
lib
/
Form
/
Type
/
Edit File: NagTags.php
<?php /** * The Horde_Form_Type_NagTags:: class provides a form field for autocompleting * tags. * * @copyright 2012-2017 Horde LLC (http://www.horde.org) * @author Michael J Rubinsky <mrubinsk@horde.org> * @license http://www.horde.org/licenses/gpl GPL * @package Nag */ class Nag_Form_Type_NagTags 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 'NagTags'; } }
Simpan