modified : image verification, quick conv and use cron feature disabled
This commit is contained in:
parent
4715d1167e
commit
ee8fe8bace
2 changed files with 9 additions and 9 deletions
|
@ -67,7 +67,7 @@ if(isset($_POST['update'])){
|
|||
'collection_rating',
|
||||
'collectionsSection',
|
||||
'comments_per_page',
|
||||
'captcha_type',
|
||||
/*'captcha_type',*/
|
||||
'con_modules_type',
|
||||
'comments_captcha',
|
||||
'comment_rating',
|
||||
|
@ -176,7 +176,7 @@ if(isset($_POST['update'])){
|
|||
'photo_other_limit',
|
||||
|
||||
|
||||
'quick_conv',
|
||||
/*'quick_conv',*/
|
||||
|
||||
'resize',
|
||||
'remoteUpload',
|
||||
|
@ -199,7 +199,7 @@ if(isset($_POST['update'])){
|
|||
'thumb_height',
|
||||
|
||||
'use_ffmpeg_vf',
|
||||
'use_crons',
|
||||
/*'use_crons',*/
|
||||
'user_comment_own',
|
||||
'user_rate_opt1' ,
|
||||
'users_items_subscriptions',
|
||||
|
|
|
@ -624,7 +624,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- <div class="col-md-4">
|
||||
<h5>Use Crons</h5>
|
||||
<label class="radio-inline">
|
||||
<input type="radio" name="use_crons" value="yes" id="use_crons_0" {if $row.use_crons =='yes'} checked="checked"{/if} />Yes
|
||||
|
@ -633,7 +633,7 @@
|
|||
<label class="radio-inline">
|
||||
<input type="radio" name="use_crons" value="no" id="use_crons_1" {if $row.use_crons =='no'} checked="checked"{/if} />No
|
||||
</label>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="col-md-4">
|
||||
<label for="ffmpegpath">FFMPEG Path</label>
|
||||
|
@ -760,14 +760,14 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- <div class="col-md-4">
|
||||
<h5>Quick Conversion</h5>
|
||||
<label class="checkbox" for="quick_conv">
|
||||
<input type="checkbox" name="quick_conv" id="quick_conv" value="yes" {if $row.quick_conv=='yes'} checked="checked"{/if}/>
|
||||
Turn on Quick Conversion
|
||||
<a href="javascript:void(0)" target="_blank"><img src="{$imageurl}/help.png" alt="info" border="0" class="tipsy_tip" title="If you check this option, videos will be converted as soon as uploading is complete, make sure your php path is correct before enabling this option otherwise may cause your website inaccessible" /></a>
|
||||
</label>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!--
|
||||
<div class="col-md-4">
|
||||
|
@ -1365,7 +1365,7 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- <div class="col-md-4">
|
||||
<label for="varification_captcha">Image verification (captcha)</label>
|
||||
<select class="form-control" name="captcha_type">
|
||||
<option value="0" {if $row.captcha_type == 0}
|
||||
|
@ -1378,7 +1378,7 @@
|
|||
selected="selected"
|
||||
{/if}>Secured</option>
|
||||
</select>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue