[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-516-gc5ab526
Tuxbox Sources
Brought to you by:
dbt1
From: GetAway <tux...@ne...> - 2015-04-06 10:43:50
|
Project "Tuxbox-GIT: apps": The branch, master has been updated via c5ab526db16d9c1a5770044d8dddef2656feb372 (commit) from 19099fc1b0f4259268b19c7f45e6b97da981aeeb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c5ab526db16d9c1a5770044d8dddef2656feb372 Author: GetAway <get...@t-...> Date: Mon Apr 6 12:43:11 2015 +0200 nhttpd: add missing API documentation Signed-off-by: GetAway <get...@t-...> diff --git a/tuxbox/neutrino/daemons/nhttpd/doc/nhttpd_controlapi.html b/tuxbox/neutrino/daemons/nhttpd/doc/nhttpd_controlapi.html index 3a7748e..7b38b97 100644 --- a/tuxbox/neutrino/daemons/nhttpd/doc/nhttpd_controlapi.html +++ b/tuxbox/neutrino/daemons/nhttpd/doc/nhttpd_controlapi.html @@ -200,6 +200,11 @@ http://dbox/control/build_live_url</a></td> </tr> <tr> + <td>43. <a href="#reloadplugins">Plugins neu laden</a></td> + <td><a href="http://dbox/control/reloadplugins"> + http://dbox/control/reloadplugins</a></td> + </tr> + <tr> <td> </td> <td> </td> </tr> @@ -2108,6 +2113,15 @@ http://dbox:31339/0,0x0069,0x03ff,0x0400<br> </div> <br> +<!-- *********************************************************** --> +<div class="title1"><a name="reloadplugins"></a>41. Plugins neu laden</div> +<div class="URL">Handler: http://dbox/control/reloadplugins</div> +<br> +<b>Parameter:</b> keine<br> +<b>Rükgabe</b>: ok<br> +<br> +Die Pluginliste wird neu geladen. +<br><br> </body> </html> ----------------------------------------------------------------------- Summary of changes: .../daemons/nhttpd/doc/nhttpd_controlapi.html | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) -- Tuxbox-GIT: apps |