1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/plugin/API/pluginMenu.html
2025-02-10 16:58:14 -03:00

3 lines
555 B
HTML

<button onclick="avideoModalIframeLarge(webSiteRootURL +'plugin/API/info.php');" class="btn btn-primary btn-sm btn-xs btn-block"><i class="fas fa-info-circle"></i> Info</button>
<button onclick="avideoModalIframeLarge(webSiteRootURL +'plugin/API/ffmpeg.php');" class="btn btn-primary btn-sm btn-xs btn-block"><i class="fa fa-bolt"></i> FFmpeg Process</button>
<button onclick="avideoAlertAJAX(webSiteRootURL +'plugin/API/check.ffmpeg.json.php');" class="btn btn-primary btn-sm btn-xs btn-block"><i class="fas fa-terminal"></i> Test Remote FFmpeg</button>