⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
virtual-server
/
View File Name :
cron_select.cgi
#!/usr/bin/perl # Parse inputs from cron_chooser.cgi and update original field require './virtual-server-lib.pl'; &ReadParse(); &foreign_require("cron"); # Parse inputs $job = { }; &cron::parse_times_input($job, \%in); $when = &cron::when_text($job, 1); $when_title = "e_escape($when || '', '"'); # Output Javascript to set main fields &popup_header($text{'cron_title'}); print "\n"; &popup_footer();