Artem Pastukhov 9 년 전
부모
커밋
596d9dd06b
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      http/node_info.lua

+ 1 - 4
http/node_info.lua

@@ -1,9 +1,6 @@
 local function sendHeader(connection)
-<<<<<<< HEAD
    connection:send("HTTP/1.0 200 OK\r\nContent-Type: text/html\r\nCache-Control: private, no-store\r\n\r\n")
-=======
-   connection:send("HTTP/1.0 200 OK\r\nContent-Type: text/html\rCache-Control: private, no-store\r\n\r\n")
->>>>>>> 2357415466bb24cba8ee33109146f6a6a2df0282
+
 end
 
 local function sendAttr(connection, attr, val)