aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/iohandler/factory.php
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-12-31 23:51:08 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-12-31 23:51:15 +0100
commit314dfb294a210524783ee11d653f7c737bc46f15 (patch)
treedf34406eeb0d3a549920aaf4ff46219d2fe1227e /phpBB/phpbb/install/helper/iohandler/factory.php
parent6705adf47b4a923df731f2d0576ca5a1b61421ef (diff)
downloadforums-314dfb294a210524783ee11d653f7c737bc46f15.tar
forums-314dfb294a210524783ee11d653f7c737bc46f15.tar.gz
forums-314dfb294a210524783ee11d653f7c737bc46f15.tar.bz2
forums-314dfb294a210524783ee11d653f7c737bc46f15.tar.xz
forums-314dfb294a210524783ee11d653f7c737bc46f15.zip
[ticket/16281] Fix Ajax refresh-data for extensions' Tab
PHPBB3-16281
Diffstat (limited to 'phpBB/phpbb/install/helper/iohandler/factory.php')
0 files changed, 0 insertions, 0 deletions
option>
authorThierry Vignaud <tv@mandriva.org>2007-08-07 15:13:24 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-07 15:13:24 +0000
commit5ce8e586c5a658e47d1edfe556dd4478f552689b (patch)
tree15d41c71e528202449fc9a124a73d297c9dbce4d /perl-install/install/steps_list.pm
parent84051ad3d801c920a9c7cb129aba07d2db7501bd (diff)
downloaddrakx-5ce8e586c5a658e47d1edfe556dd4478f552689b.tar
drakx-5ce8e586c5a658e47d1edfe556dd4478f552689b.tar.gz
drakx-5ce8e586c5a658e47d1edfe556dd4478f552689b.tar.bz2
drakx-5ce8e586c5a658e47d1edfe556dd4478f552689b.tar.xz
drakx-5ce8e586c5a658e47d1edfe556dd4478f552689b.zip
silently set the default security level as 3
Diffstat (limited to 'perl-install/install/steps_list.pm')
-rw-r--r--perl-install/install/steps_list.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm
index 75bd15cd7..814fae0a4 100644
--- a/perl-install/install/steps_list.pm
+++ b/perl-install/install/steps_list.pm
@@ -19,7 +19,7 @@ use common;
setupSCSI => [ N_("_: Keep these entry short\nHard drive detection"), 1, 0, '1', '' ],
selectInstallClass => [ N_("_: Keep these entry short\nInstallation class"), 1, 1, '1', '' ],
selectKeyboard => [ N_("_: Keep these entry short\nKeyboard"), 1, 1, '1' ],
- #miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '', '' ],
+ miscellaneous => [ N_("_: Keep these entry short\nSecurity"), 1, 1, '1', '' ],
doPartitionDisks => [ N_("_: Keep these entry short\nPartitioning"), 1, 0, '', "selectInstallClass" ],
formatPartitions => [ N_("_: Keep these entry short\nFormatting"), 1, -1, '1', "doPartitionDisks" ],
choosePackages => [ N_("_: Keep these entry short\nChoosing packages"), 1, -2, '1', "formatPartitions" ],