Merge pull request #30 from user890104/master
Hide stream player on homepage
This commit is contained in:
commit
dc7b3b5e92
|
@ -9,7 +9,7 @@
|
||||||
<?php
|
<?php
|
||||||
// set this to 0 if there is something not working with the stream player code
|
// 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)
|
// (people will still have the Streaming page with all the links to the streams)
|
||||||
if (1) {
|
if (0) {
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
var g_streams_info = [
|
var g_streams_info = [
|
||||||
|
|
Loading…
Reference in New Issue