⚝
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 :
~
/
proc
/
self
/
root
/
usr
/
share
/
webmin
/
nis
/
View File Name :
old_save_switch.cgi
#!/usr/bin/perl # save_switch.cgi # Save client nsswitch configuration require './nis-lib.pl'; &ReadParse(); &error_setup($text{'switch_err'}); foreach $sv (split(/\s+/, $in{'list'})) { if (defined($o = $in{"order_$sv"})) { $o =~ /\S/ || &error(&text('switch_eorder', $text{"switch_$sv"})); &save_nsswitch($sv, $o); } else { local @order; for($i=1; defined($o = $in{"order_${sv}_${i}"}); $i++) { push(@order, $o) if ($o); } &save_nsswitch($sv, join(" ", @order)); } } &flush_file_lines(); &redirect("");