aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/all
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2016-06-21 12:47:30 +0700
committerrxu <rxu@mail.ru>2016-07-17 21:14:13 +0700
commit3df9b2c8f813cb2458c57f487f282e6fdc97c28f (patch)
treec7fbc681e8650d5751d6ea5c55827d2b0fa088d0 /phpBB/styles/all
parent9595946508c198be3aaae6deb88dee2bba354aef (diff)
downloadforums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar
forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar.gz
forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar.bz2
forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.tar.xz
forums-3df9b2c8f813cb2458c57f487f282e6fdc97c28f.zip
[ticket/14688] Add core events to the feeds
PHPBB3-14688
Diffstat (limited to 'phpBB/styles/all')
0 files changed, 0 insertions, 0 deletions
space:mode:
authorPascal Rigaux <pixel@mandriva.com>2003-02-13 22:36:40 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-02-13 22:36:40 +0000
commit19e8c6a44eafb0ce27164034e4d5c7244ac40678 (patch)
tree2a04a4ee521d38e3c07c0c4b8e4f51684b1a9862 /perl-install
parentea810bc8aa983d7cbec36d6ebbce02b8c7dee217 (diff)
downloaddrakx-19e8c6a44eafb0ce27164034e4d5c7244ac40678.tar
drakx-19e8c6a44eafb0ce27164034e4d5c7244ac40678.tar.gz
drakx-19e8c6a44eafb0ce27164034e4d5c7244ac40678.tar.bz2
drakx-19e8c6a44eafb0ce27164034e4d5c7244ac40678.tar.xz
drakx-19e8c6a44eafb0ce27164034e4d5c7244ac40678.zip
have supermount back by default (at least when the security level < 4)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 0658bb12c..49e620a8b 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -961,7 +961,7 @@ sub miscellaneous {
}
sub miscellaneousAfter {
my ($o) = @_;
- add2hash_ $o, { useSupermount => 0 };
+ add2hash_ $o, { useSupermount => $o->{security} < 4 };
$ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec