File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/app/WebApp/Installers Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55use Hestia \WebApp \Installers \BaseSetup as BaseSetup ;
66use function Hestiacp \quoteshellarg \quoteshellarg ;
77
8- class OpencartSetup extends BaseSetup {
8+ class OpenCartSetup extends BaseSetup {
99 protected $ appInfo = [
1010 "name " => "OpenCart " ,
1111 "group " => "ecommerce " ,
Original file line number Diff line number Diff line change 55use Hestia \WebApp \Installers \BaseSetup as BaseSetup ;
66use function Hestiacp \quoteshellarg \quoteshellarg ;
77
8- class PrestashopSetup extends BaseSetup {
8+ class PrestaShopSetup extends BaseSetup {
99 protected $ appInfo = [
1010 "name " => "PrestaShop " ,
1111 "group " => "ecommerce " ,
Original file line number Diff line number Diff line change 7171 <select class="form-select" name="<?= $ field_name ?> " id="<?= $ field_name ?> ">
7272 <?php foreach ($ form_control ["options " ] as $ key => $ option ):
7373 $ key = !is_numeric ($ key ) ? $ key : $ option ;
74- $ selected = !empty ($ form_control ["value " ] && $ key == $ form_control ["value " ]) ? "selected " : "" ; ?>
74+ $ selected = ( !empty ($ form_control ["value " ]) && $ key == $ form_control ["value " ]) ? "selected " : "" ; ?>
7575 <option value="<?= $ key ?> " <?= $ selected ?> >
7676 <?= htmlentities ($ option ) ?>
7777 </option>
You can’t perform that action at this time.
0 commit comments