代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/100018/15889534
cgi start.cgi
#!/usr/local/bin/perl
# start.cgi
# Start the print scheduler
require './lpadmin-lib.pl';
&ReadParse();
$access{'stop'} || &error($text{'start_ecannot'});
&error_setup($text{'start_err'});
&start_sch
www.eeworm.com/read/100018/15889550
cgi index.cgi
#!/usr/local/bin/perl
# index.cgi
# Display a list of all known printers
require './lpadmin-lib.pl';
&header($text{'index_title'}, "", undef, 1, 1);
print "\n";
@plist = &list_printers();
if
www.eeworm.com/read/100018/15889580
cgi start.cgi
#!/usr/local/bin/perl
# start.cgi
# Attempt to start dhcpd
require './dhcpd-lib.pl';
$whatfailed = $text{'start_failstart'};
if (!-r $config{'lease_file'}) {
# first time.. need to create the lease
www.eeworm.com/read/100018/15889588
cgi restart.cgi
#!/usr/local/bin/perl
# restart.cgi
# Restart the running named
require './dhcpd-lib.pl';
&ReadParse();
$whatfailed = $text{'restart_errmsg1'};
kill('TERM', $in{'pid'}) || &error("$text{'restart_errm
www.eeworm.com/read/100018/15889590
cgi index.cgi
#!/usr/local/bin/perl
# index.cgi
# List all subnets and shared networks
require './dhcpd-lib.pl';
&header($text{'index_title'}, "", undef, 1, 1);
print "\n";
$conf = &get_config();
# Check if d
www.eeworm.com/read/100018/15889657
cgi start.cgi
#!/usr/local/bin/perl
# start.cgi
# Start bind 8
require './bind8-lib.pl';
%access = &get_module_acl();
$access{'ro'} && &error($text{'start_ecannot'});
system("$config{'named_path'} -c $config{'name
www.eeworm.com/read/100018/15889679
cgi restart.cgi
#!/usr/local/bin/perl
# restart.cgi
# Restart the running named
require './bind8-lib.pl';
&ReadParse();
%access = &get_module_acl();
$access{'ro'} && &error($text{'restart_ecannot'});
kill('HUP', $in
www.eeworm.com/read/100018/15889684
cgi index.cgi
#!/usr/local/bin/perl
# index.cgi
# Display a list of domains and links to options
require './bind8-lib.pl';
&header($text{'index_title'}, "", undef, 1, 1);
print "\n";
%access = &get_module_acl(
www.eeworm.com/read/315472/13541827
txt downcode.com.txt
###########################################################
# 声明:本源码由中国源码下载站(www.DownCode.com)收集于网上 #
# #
#************* 欢迎访问星海网业 www.6vv6.co