Skip to content

Commit

Permalink
Update receiver.php
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop authored Nov 8, 2017
1 parent cef0f98 commit 2dd5fca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions receiver.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

// !!!! 注意 !!!!
// 此代码存在很大的安全隐患,请不要部署到线上服务。
// 百度内部请使用:http://agroup.baidu.com/fis/md/article/196978

// 如果是 debug 模式,就输出所有错误
if(isset($_GET['debug']) && $_GET['debug'] == "true"){
@error_reporting(E_ALL);
Expand Down

0 comments on commit 2dd5fca

Please sign in to comment.