diff options
author | Alib <aliboba@free.fr> | 2010-02-27 19:21:06 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-27 19:21:06 +0100 |
commit | 720afb744d74f9ff3e46316a323a8c03bb06f8da (patch) | |
tree | 497c0b22eb7c650892fa3d831fe64c046bc58950 /includes | |
parent | fd725f34b328c1cb61cc592153be708c51a77212 (diff) | |
download | istreamdev-720afb744d74f9ff3e46316a323a8c03bb06f8da.tar.gz istreamdev-720afb744d74f9ff3e46316a323a8c03bb06f8da.tar.bz2 |
redirect to streaming if error
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/include.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php index 4db98a8..f33f9e9 100755 --- a/includes/include.php +++ b/includes/include.php @@ -46,7 +46,7 @@ function selectpage() include('includes/inc_streaming.php'); } else - include('includes/inc_stream.php'); + include('includes/inc_streaming.php'); break; case ("stopstream"): sessiondelete($_REQUEST['session']); |