File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,8 @@ if (!$d->{'alias'} && &can_edit_redirect() &&
45
45
print &ui_table_row(
46
46
&hlink($text {' phpmode_wwwredir' }, " wwwredir" ),
47
47
&ui_radio(" wwwredir" , $r ,
48
- [ [ 0, $text {' phpmode_wwwredir0' } ],
49
- [ 1, $text {' phpmode_wwwredir1' } ],
50
- [ 3, $text {' phpmode_wwwredir3' } ],
51
- [ 2, $text {' phpmode_wwwredir2' } ] ]));
48
+ [ map { [ $_ , &text(' phpmode_wwwredir' .$_ ,
49
+ $d -> {' dom' })." <br>" ] } (0.. 3) ]));
52
50
}
53
51
54
52
# Match all sub-domains
Original file line number Diff line number Diff line change @@ -5786,13 +5786,13 @@ phpmode_phpinfo_dir_ecannot_dir=This virtual server doesn't have requested $1 di
5786
5786
phpmode_fixport=Fixing PHP-FPM endpoint configuration ..
5787
5787
phpmode_wwwredir=Redirect to canonical domain
5788
5788
phpmode_wwwredir0=Disabled
5789
- phpmode_wwwredir1=www to non-www
5790
- phpmode_wwwredir2=non-www to www
5791
- phpmode_wwwredir3=All subdomains to non-www
5792
- phpmode_wwwrediroff =Disabling redirect to canonical domain ..
5793
- phpmode_wwwredirnon =Adding redirect to non- www domain ..
5794
- phpmode_wwwredirwww =Adding redirect to www domain ..
5795
- phpmode_wwwredirsub =Adding redirect from all sub-domains to domain ..
5789
+ phpmode_wwwredir1=Redirect <tt> www.$1</tt> to <tt>$1</tt>
5790
+ phpmode_wwwredir2=Redirect <tt>$1</tt> to <tt> www.$1</tt>
5791
+ phpmode_wwwredir3=Subdomains of <tt>$1</tt> to <tt>$1</tt>
5792
+ phpmode_wwwredirdo0 =Disabling redirect to canonical domain ..
5793
+ phpmode_wwwredirdo1 =Adding redirect from <tt> www.$1</tt> to <tt>$1</tt> ..
5794
+ phpmode_wwwredirdo2 =Adding redirect from <tt>$1</tt> to <tt> www.$1</tt> ..
5795
+ phpmode_wwwredirdo3 =Adding redirect from sub-domains of <tt>$1</tt> to <tt>$1</tt> ..
5796
5796
phpmode_esendmode=Sending email cannot be changed in this PHP mode
5797
5797
phpmode_ephpinis=No php.ini files to update found
5798
5798
phpmode_mail=PHP scripts can send email?
You can’t perform that action at this time.
0 commit comments