SmartHome
|
Variables | |
PHP | |
if(!$fgmembersite->CheckLogin()) | if (isset($_POST['submitted'])) |
if (!$fgmembersite->CheckLogin()) if(isset($_POST['submitted'])) |
SmartHome Project - Developed by Tranquillum washing_machine1.php Purpose: This Page Shows the current status and the settings of a washing machine
Check the login (if the user is not logged in then redirect to the login page)
PHP |