MBED HTTP client with web pages for server
Dependencies: DS1820
Fork of J_HTTP_Client by
Diff: ForServer/index.php
- Revision:
- 0:d90e1f7bda1f
diff -r 000000000000 -r d90e1f7bda1f ForServer/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ForServer/index.php Sun May 13 16:31:13 2018 +0000 @@ -0,0 +1,3 @@ +<?php + header('Location: login_page.php'); +?> \ No newline at end of file