mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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>
|
||||
<script type="text/javascript">
|
||||
//<![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");
|
||||
Mode = "{=mode=}";
|
||||
LiveTyp = "{=typ=}";
|
||||
|
@@ -1,4 +1,4 @@
|
||||
version=2.9.0.15
|
||||
version=2.9.0.16
|
||||
date=31.03.2015
|
||||
type=Release
|
||||
info=Port CST
|
||||
|
Reference in New Issue
Block a user