mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #2396 display warning if exec() function is disabled
This commit is contained in:
parent
a72b4081b6
commit
311a35c955
4 changed files with 6 additions and 0 deletions
|
|
@ -253,6 +253,7 @@
|
|||
<div class="x_controls">
|
||||
<input type="text" name="ffmpeg_command" value="{$config->ffmpeg_command}" />
|
||||
<p class="x_help-block">{$lang->about_ffmpeg_path}</p>
|
||||
<p class="x_text-info" cond="!$is_exec_available">{$lang->msg_cannot_use_exec}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -260,6 +261,7 @@
|
|||
<div class="x_controls">
|
||||
<input type="text" name="ffprobe_command" value="{$config->ffprobe_command}" />
|
||||
<p class="x_help-block">{$lang->about_ffmpeg_path}</p>
|
||||
<p class="x_text-info" cond="!$is_exec_available">{$lang->msg_cannot_use_exec}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -267,6 +269,7 @@
|
|||
<div class="x_controls">
|
||||
<input type="text" name="magick_command" value="{$config->magick_command}" />
|
||||
<p class="x_help-block">{$lang->about_magick_path}</p>
|
||||
<p class="x_text-info" cond="!$is_exec_available">{$lang->msg_cannot_use_exec}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue