Skip to content

Commit 7384c38

Browse files
committed
Merge pull request #985 from Links2004/docu
add missing exit in php sample
2 parents 46468d4 + 464d891 commit 7384c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/ota_updates.md

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ if(isset($db[$_SERVER['HTTP_X_ESP8266_STA_MAC']])) {
142142
} else {
143143
header($_SERVER["SERVER_PROTOCOL"].' 304 Not Modified', true, 304);
144144
}
145+
exit();
145146
}
146147

147148
header($_SERVER["SERVER_PROTOCOL"].' 500 no version for ESP MAC', true, 500);

0 commit comments

Comments
 (0)