Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Variables | |
| $_SESSION ['show_popup_info'] = $_POST['show_popup_info'] ? 1 : 0 | |
| $_SESSION ['show_channel_icons'] = $_POST['show_channel_icons'] ? 1 : 0 | |
| $_SESSION ['sortby_channum'] = $_POST['sortby_channum'] ? 1 : 0 | |
| $_SESSION ['show_video_covers'] = $_POST['show_video_covers'] ? 1 : 0 | |
| $Settings_Hosts = 'MythWeb' | |
| $_SESSION['show_popup_info'] = $_POST['show_popup_info'] ? 1 : 0 |
Definition at line 20 of file set_defaults.php.
| $_SESSION['show_channel_icons'] = $_POST['show_channel_icons'] ? 1 : 0 |
Definition at line 21 of file set_defaults.php.
| $_SESSION['sortby_channum'] = $_POST['sortby_channum'] ? 1 : 0 |
Definition at line 22 of file set_defaults.php.
| $_SESSION['show_video_covers'] = $_POST['show_video_covers'] ? 1 : 0 |
Definition at line 23 of file set_defaults.php.
| $Settings_Hosts = 'MythWeb' |
Definition at line 27 of file set_defaults.php.
1.5.5