mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- yWeb: replace another if-file-exist with find-exec
This commit is contained in:
@@ -150,7 +150,7 @@ function view_transcode_mode(){
|
|||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
haveUDP = ("{=if-file-exists:/sbin/udpstreamts~true~{=if-file-exists:/var/bin/udpstreamts~true~false=}=}" == "true");
|
haveUDP = ("{=find-exec:udpstreamts=}" != "");
|
||||||
isUDP = ("{=ini-get:/var/tuxbox/config/Y-Web.conf;udp;false=}" == "true");
|
isUDP = ("{=ini-get:/var/tuxbox/config/Y-Web.conf;udp;false=}" == "true");
|
||||||
Mode = "{=mode=}";
|
Mode = "{=mode=}";
|
||||||
LiveTyp = "{=typ=}";
|
LiveTyp = "{=typ=}";
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.9.0.15
|
version=2.9.0.16
|
||||||
date=31.03.2015
|
date=31.03.2015
|
||||||
type=Release
|
type=Release
|
||||||
info=Port CST
|
info=Port CST
|
||||||
|
Reference in New Issue
Block a user