mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
yWeb: drop unused lcshot
Origin commit data
------------------
Branch: ni/coolstream
Commit: b317075c14
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Origin message was:
------------------
- yWeb: drop unused lcshot
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -132,7 +132,6 @@ function epg_plus_popup() {
|
|||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
{=var-set:lcshot={=find-exec:lcshot=}=}
|
|
||||||
<body>
|
<body>
|
||||||
<div class="y_menu_sec_box">
|
<div class="y_menu_sec_box">
|
||||||
<div class="y_menu_sec_box_head"><h2>{=L:main.boxcontrol=}</h2></div>
|
<div class="y_menu_sec_box_head"><h2>{=L:main.boxcontrol=}</h2></div>
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=2.9.1.08
|
version=2.9.1.09
|
||||||
date=06.09.2022
|
date=06.09.2022
|
||||||
info=NI-Neutrino
|
info=NI-Neutrino
|
||||||
|
@@ -390,19 +390,6 @@ wol()
|
|||||||
y_format_message_html
|
y_format_message_html
|
||||||
}
|
}
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
|
||||||
# lcd shot
|
|
||||||
# $1= optionen | leer
|
|
||||||
# -----------------------------------------------------------
|
|
||||||
do_lcshot()
|
|
||||||
{
|
|
||||||
if [ -e "$y_path_varbin/lcshot" ]; then
|
|
||||||
$y_path_varbin/lcshot $*
|
|
||||||
else
|
|
||||||
lcshot $*
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# -----------------------------------------------------------
|
# -----------------------------------------------------------
|
||||||
# osd shot
|
# osd shot
|
||||||
# $1= fbshot | grab
|
# $1= fbshot | grab
|
||||||
@@ -501,7 +488,6 @@ case "$1" in
|
|||||||
ext_installer) shift 1; do_ext_installer $* 2>&1 ;;
|
ext_installer) shift 1; do_ext_installer $* 2>&1 ;;
|
||||||
proc) shift 1; proc $* ;;
|
proc) shift 1; proc $* ;;
|
||||||
wol) shift 1; wol $* ;;
|
wol) shift 1; wol $* ;;
|
||||||
lcshot) shift 1; do_lcshot $* ;;
|
|
||||||
fbshot) shift 1; do_fbshot $* ;;
|
fbshot) shift 1; do_fbshot $* ;;
|
||||||
fbshot_clear) do_fbshot_clear ;;
|
fbshot_clear) do_fbshot_clear ;;
|
||||||
screenshot_clear) do_screenshot_clear ;;
|
screenshot_clear) do_screenshot_clear ;;
|
||||||
|
Reference in New Issue
Block a user