代码搜索:cgi

找到约 10,000 项符合「cgi」的源代码

代码结果 10,000
www.eeworm.com/read/100018/15888793

cgi index.cgi

#!/usr/local/bin/perl # index.cgi # Display a table of icons for different types of webmin configuration require './webmin-lib.pl'; &header($text{'index_title'}, "", undef, 0, 1); print "\n"; @w
www.eeworm.com/read/100018/15888803

cgi activate.cgi

#!/usr/local/bin/perl # activate.cgi # Turn quotas on or off for some filesystem require './quota-lib.pl'; &ReadParse(); &can_edit_filesys($in{'dir'}) && $access{'enable'} || &error("You are not all
www.eeworm.com/read/100018/15888851

cgi index.cgi

#!/usr/local/bin/perl # index.cgi # Display a list of all local filesystems, and allow editing of quotas # on those which have quotas turned on. The actual turning on of quotas must # be done in the m
www.eeworm.com/read/100018/15888903

cgi start.cgi

#!/usr/local/bin/perl # start.cgi # Attempt to start the smbd and nmbd processes require './samba-lib.pl'; $whatfailed = "Failed to start samba servers"; $rv = system("$config{samba_server}
www.eeworm.com/read/100018/15888915

cgi restart.cgi

#!/usr/local/bin/perl # restart.cgi # Kill all smbd and nmdb processes and re-start them require './samba-lib.pl'; @smbpids = &find_byname("smbd"); @nmbpids = &find_byname("nmbd"); kill('TERM', @smb
www.eeworm.com/read/100018/15888918

cgi swat.cgi

#!/usr/local/bin/perl # swat.cgi # Pass everything to samba's SWAT tool require './samba-lib.pl'; &ReadParse(); # Check is hosts allow is in force &get_share("global"); if ($share{'hosts allow'}) {
www.eeworm.com/read/100018/15888921

cgi index.cgi

#!/usr/local/bin/perl # index.cgi # Display a list of available samba shares. Special shares (like [homes] and # [printers]) are included as well. require './samba-lib.pl'; &header("Samba Share Manag
www.eeworm.com/read/100018/15888945

cgi index.cgi

#!/usr/local/bin/perl # index.cgi # Display the telnet applet require '../web-lib.pl'; &init_config(); &header($text{'index_title'}, "", undef, 1, 1); print "\n"; if ($ENV{'HTTPS'} eq 'ON') { p
www.eeworm.com/read/100018/15888973

cgi shutdown.cgi

#!/usr/local/bin/perl # shutdown.cgi # Shutdown the system immediately.. require './init-lib.pl'; &ReadParse(); %access = &get_module_acl(); $access{'shutdown'} || &error($text{'shutdown_ecannot'});
www.eeworm.com/read/100018/15888974

cgi reboot.cgi

#!/usr/local/bin/perl # reboot.cgi # Reboot the system immediately.. require './init-lib.pl'; &ReadParse(); %access = &get_module_acl(); $access{'reboot'} || &error($text{'reboot_ecannot'}); &header(