aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/version_helper.php
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2017-09-09 17:08:27 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2017-09-09 17:08:27 +0200
commita29048abd6ea13ec00449c4c1c751c035cf5ed1c (patch)
treebb7718cacfe1757c0b66de91a487126dee3ed6ad /phpBB/phpbb/version_helper.php
parent16da17a4ba4b55404dba2b3416d8c62971ba16ca (diff)
downloadforums-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.tar
forums-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.tar.gz
forums-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.tar.bz2
forums-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.tar.xz
forums-a29048abd6ea13ec00449c4c1c751c035cf5ed1c.zip
[ticket/14933] Make "route not found" more user-friendly
PHPBB3-14933
Diffstat (limited to 'phpBB/phpbb/version_helper.php')
0 files changed, 0 insertions, 0 deletions
option>space:mode:
authorPascal Rigaux <pixel@mandriva.com>2002-03-11 11:35:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-03-11 11:35:20 +0000
commit78b5d86133063481e8d9e3f40f5273fa0d969e8b (patch)
treedea43f9a499767e1b2d96ef29872ef27d6cd65ee /perl-install/install2.pm
parent5e10797216589d50c9bdcd2c32d695e6ba81ca35 (diff)
downloaddrakx-78b5d86133063481e8d9e3f40f5273fa0d969e8b.tar
drakx-78b5d86133063481e8d9e3f40f5273fa0d969e8b.tar.gz
drakx-78b5d86133063481e8d9e3f40f5273fa0d969e8b.tar.bz2
drakx-78b5d86133063481e8d9e3f40f5273fa0d969e8b.tar.xz
drakx-78b5d86133063481e8d9e3f40f5273fa0d969e8b.zip
- default security level now set in miscellaneousBefore
- default security level is 3 in meta_class server
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 9efa3358a..a15b089ca 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -38,7 +38,6 @@ $o = $::o = {
mkbootdisk => 0, #- no mkbootdisk if 0 or undef, find a floppy with 1, or fd1
#- packages => [ qw() ],
partitioning => { clearall => 0, eraseBadPartitions => 0, auto_allocate => 0 }, #-, readonly => 0 },
- security => 2,
authentication => { md5 => 1, shadow => 1 },
lang => 'en_US',
isUpgrade => 0,