Skip to content

Commit

Permalink
* Hide select verison function.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Aug 18, 2022
1 parent 39e4545 commit 693563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/module/instance/view/install.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class='advanced'><?php echo html::a("#advanced-settings", $lang->instance->advanceOption . "<i class='icon icon-chevron-double-down'></i>", '', "data-toggle='collapse'");?></div>
<table class="collapse table table-form" id="advanced-settings">
<tbody>
<?php if(getenv('ALLOW_SELECT_VERSION')):?>
<?php if(strtolower(getenv('ALLOW_SELECT_VERSION')) == 'true' || strtolower(getenv('ALLOW_SELECT_VERSION')) == '1'):?>
<tr>
<th class='w-80px'><?php echo $lang->instance->version;?></th>
<td class='w-250px'>
Expand Down

0 comments on commit 693563f

Please sign in to comment.