⚝
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
/
openslp
/
View File Name :
edit_dacfg.cgi
#!/usr/bin/perl # # An OpenSLP webmin module # by Monty Charlton
, # # Copyright (c) 2000 Caldera Systems # # Permission to use, copy, modify, and distribute this software and its # documentation under the terms of the GNU General Public License is hereby # granted. No representations are made about the suitability of this software # for any purpose. It is provided "as is" without express or implied warranty. # See the GNU General Public License for more details. # require './slp-lib.pl'; &ui_print_header(undef, $text{'dacfg_title'}, ""); local $dacfg = &get_dacfg_config(); print "
\n"; print "
\n"; print "
$text{'dacfg_title'}
\n"; print "
\n"; local $true=""; local $false=""; if ($dacfg->{'isDA'} !~ /^true$/i || $dacfg->{'isDADisabled'}) { $false = " checked"; } else { $true = " checked"; } print "
$text{'dacfg_isDA'}
\n"; print "
\n"; print "
\n"; print "True
\n"; print "
\n"; print "False (default) "; print "
\n"; print "
\n"; print "
\n"; &ui_print_footer("", $text{'index_return'});