HEX
Server: Apache
System: Linux vmi1259262.contaboserver.net 5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 x86_64
User: aqarnomics (1008)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //usr/share/webmin/xinetd/config_info.pl
do 'xinetd-lib.pl';

sub show_add_dir
{
local $rv;
$rv .= sprintf "<input type=radio name=add_dir_def value=1 %s> %s\n",
	$_[0] ? "" : "checked", $text{'config_dirdef'};
$rv .= sprintf "<input type=radio name=add_dir_def value=0 %s> %s\n",
	$_[0] ? "checked" : "", $text{'config_dirto'};
$rv .= sprintf "<input name=add_dir size=30 value='%s'>\n", $_[0];
return $rv;
}

sub parse_add_dir
{
return $in{'add_dir_def'} ? undef : $in{'add_dir'};
}