⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.79
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
/
ingo
/
js
/
Edit File: blacklist.js
/** * Provides the javascript for the blacklist view. * * @author Michael Slusarz <slusarz@horde.org> * @copyright 2014-2015 Horde LLC * @license ASL (http://www.horde.org/licenses/apache) */ var IngoBlacklist = { // Vars used and defaulting to null/false: // filtersurl onDomLoad: function() { $('actionvalue').observe('change', function(e) { if ($F(e.element())) { $('action_folder').setValue(1); } }); $('blacklist_return').observe('click', function(e) { document.location.href = this.filtersurl; e.stop(); }.bind(this)); } }; document.observe('dom:loaded', IngoBlacklist.onDomLoad.bind(IngoBlacklist));
Simpan