MBED HTTP client with web pages for server

Dependencies:   DS1820

Fork of J_HTTP_Client by Jan Kamidra

ForServer/index.php

Committer:
JohnnyK
Date:
2018-05-13
Revision:
0:d90e1f7bda1f

File content as of revision 0:d90e1f7bda1f:

<?php
    header('Location: login_page.php');
?>