Skip to content

Commit

Permalink
add missing exit in php sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed Nov 8, 2015
1 parent 46468d4 commit 464d891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/ota_updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ if(isset($db[$_SERVER['HTTP_X_ESP8266_STA_MAC']])) {
} else {
header($_SERVER["SERVER_PROTOCOL"].' 304 Not Modified', true, 304);
}
exit();
}

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

0 comments on commit 464d891

Please sign in to comment.