You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/inc/i18n/en.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -766,8 +766,7 @@
766
766
'Theme' => 'Appearance',
767
767
768
768
'Operating System' => 'Operating System',
769
-
'Please wait while php is installed or removed' => 'Installing or removing php versions will take cca 1 min for every php version which will be changed,
770
-
please be patient until the process is finished.',
769
+
'Please wait while php is installed or removed' => 'Adding or removing PHP versions will take roughly 1 minute for every version which will be modified. Please wait until the process is finished and do not refresh the page.',
771
770
'Avoid adding web domains on admin account' => 'Due to the increased access rights, we strongly advise against using the admin account for direct hosting of web domains.
772
771
Always use a separate unprivileged user account instead.',
Copy file name to clipboardExpand all lines: web/templates/admin/add_web.html
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,14 @@
49
49
<tr>
50
50
<tdclass="step-top">
51
51
<spanclass="login-welcome"><?=__('Add Web Domain')?></span>
52
+
<?php if ($user == 'admin') { ?>
53
+
<spanclass="alert alert-info alert-with-icon">
54
+
<iclass="fas fa-exclamation"></i>
55
+
<?=__('Avoid adding web domains on admin account')?>
56
+
</span>
57
+
<?php } ?>
52
58
</td>
53
59
</tr>
54
-
<?php if ($user == 'admin') { ?>
55
-
<tr>
56
-
<tdclass="vst-text" style="width:390px;">
57
-
<?php print __('Due to the increased access rights, we strongly advise against using the admin account for direct hosting of web domains. Always use a separate unprivileged user account instead.');?>
0 commit comments