Skip to content

Commit

Permalink
Add PHP 8.3 option to VirtualHosts dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 29, 2024
1 parent 0b70196 commit fc8dcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/views/VirtualHosts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
<cv-dropdown-item value="8.0">{{$t('virtualhosts.PHP_80')}}</cv-dropdown-item>
<cv-dropdown-item value="8.1">{{$t('virtualhosts.PHP_81')}}</cv-dropdown-item>
<cv-dropdown-item value="8.2">{{$t('virtualhosts.PHP_82')}}</cv-dropdown-item>
<cv-dropdown-item value="8.3">{{$t('virtualhosts.PHP_83')}}</cv-dropdown-item>
</cv-dropdown>
<!-- advanced options -->
<cv-accordion ref="accordion">
Expand Down

0 comments on commit fc8dcf7

Please sign in to comment.