Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Functions | |
| rebuild_active_screens () | |
| refreshes the active screens array /* | |
| rebuild_inactive_screens () | |
| refreshes the inactive screens array /* | |
| display_inactive_screens () | |
| displays a list of inactive screens as a <select> list /* | |
| display_active_screens () | |
| displays a list of active screens as a <select> list /* | |
Variables | |
| $Settings_Hosts = array() | |
| $sh | |
| $Settings_Hosts [$host] = $host | |
| $_SESSION ['settings']['host'] = $_POST['host'] | |
| rebuild_active_screens | ( | ) |
| rebuild_inactive_screens | ( | ) |
| display_inactive_screens | ( | ) |
displays a list of inactive screens as a <select> list /*
Definition at line 173 of file set_screen.php.
| display_active_screens | ( | ) |
displays a list of active screens as a <select> list /*
Definition at line 192 of file set_screen.php.
| $Settings_Hosts = array() |
Definition at line 19 of file set_screen.php.
| $sh |
Initial value:
$db->query('SELECT DISTINCT hostname FROM weathersourcesettings ORDER BY hostname')
Definition at line 20 of file set_screen.php.
| $Settings_Hosts[$host] = $host |
Definition at line 26 of file set_screen.php.
| $_SESSION['settings']['host'] = $_POST['host'] |
Definition at line 46 of file set_screen.php.
1.5.5