소스 검색

Added basic security measures

Alois Mahdal (@azzgoat) 13 년 전
부모
커밋
b1d11c4e26
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      cgi-bin/hello_host.cgi

+ 4
- 1
cgi-bin/hello_host.cgi 파일 보기

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