From 2e23d01d59649a8d4dbda01760bd65665438f39c Mon Sep 17 00:00:00 2001 From: zhtengw Date: Thu, 16 Jan 2020 18:26:09 +0800 Subject: [PATCH] bisheng: cleanup --- bisheng/php/handler.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bisheng/php/handler.php b/bisheng/php/handler.php index e5ebeb0..9cb346a 100755 --- a/bisheng/php/handler.php +++ b/bisheng/php/handler.php @@ -22,8 +22,6 @@ function saveBack() { echo "Bad Request"; } $data = json_decode($body_stream, TRUE); - //file_put_contents('/mnt/dump/public/data.txt',$body_stream); - //file_put_contents('/mnt/dump/public/docURL.txt',$_GET['api'].$data['data']["docURL"]); if (!$data['data']["unchanged"]){ if (($new_office_content = file_get_contents($_GET['api'].$data['data']["docURL"]))===FALSE){ echo "Bad Response"; @@ -32,4 +30,4 @@ function saveBack() { } } echo "{\"error\":0}"; -} \ No newline at end of file +}