hide stream player on homepage
This commit is contained in:
parent
e9783ec7e6
commit
2db122c92a
|
@ -9,7 +9,7 @@
|
|||
<?php
|
||||
// set this to 0 if there is something not working with the stream player code
|
||||
// (people will still have the Streaming page with all the links to the streams)
|
||||
if (1) {
|
||||
if (0) {
|
||||
?>
|
||||
<script>
|
||||
var g_streams_info = [
|
||||
|
|
Loading…
Reference in New Issue