📄 save_global.cgi
字号:
#!/usr/local/bin/perl# save_global.cgi# Save some type of global optionsrequire './apache-lib.pl';&ReadParse();$access{'global'}==1 || &error($text{'global_ecannot'});$access_types{$in{'type'}} || &error($text{'etype'});$conf = &get_config();@edit = &editable_directives($in{'type'}, 'global');&error_setup(&text('efailed', $text{"type_$in{'type'}"}));&parse_inputs(\@edit, $conf, $conf);&redirect("");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -