瀏覽代碼

Added basic security measures

Alois Mahdal (@azzgoat) 11 年之前
父節點
當前提交
b1d11c4e26
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      cgi-bin/hello_host.cgi

+ 4
- 1
cgi-bin/hello_host.cgi 查看文件

@@ -1,4 +1,7 @@
1
-#!/usr/bin/perl -w
1
+#!/usr/bin/perl -wT
2
+
3
+use strict;
4
+use warnings;
2 5
 
3 6
 use Sys::Hostname;
4 7