Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PasteBin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIERRON Laurent
PasteBin
Commits
9aac073a
Unverified
Commit
9aac073a
authored
5 years ago
by
El RIDO
Browse files
Options
Downloads
Patches
Plain Diff
clarifying for #525 that none is a string, as PHP might evaluate it to NULL instead
parent
599264e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfg/conf.sample.php
+4
-4
4 additions, 4 deletions
cfg/conf.sample.php
with
4 additions
and
4 deletions
cfg/conf.sample.php
+
4
−
4
View file @
9aac073a
...
@@ -60,8 +60,8 @@ languageselection = false
...
@@ -60,8 +60,8 @@ languageselection = false
;
a
different
user
when
the
same
username
was
used
in
a
comment
.
It
might
be
;
a
different
user
when
the
same
username
was
used
in
a
comment
.
It
might
be
;
used
to
get
the
IP
of
a
non
anonymous
comment
poster
if
the
server
salt
is
;
used
to
get
the
IP
of
a
non
anonymous
comment
poster
if
the
server
salt
is
;
leaked
and
a
SHA256
HMAC
rainbow
table
is
generated
for
all
(
relevant
)
IPs
.
;
leaked
and
a
SHA256
HMAC
rainbow
table
is
generated
for
all
(
relevant
)
IPs
.
;
Can
be
set
to
one
these
values
:
none
/
vizhash
/
identicon
(
default
)
.
;
Can
be
set
to
one
these
values
:
"
none
"
/
"
vizhash
"
/
"
identicon
"
(
default
)
.
;
icon
=
none
;
icon
=
"
none
"
;
Content
Security
Policy
headers
allow
a
website
to
restrict
what
sources
are
;
Content
Security
Policy
headers
allow
a
website
to
restrict
what
sources
are
;
allowed
to
be
accessed
in
its
context
.
You
need
to
change
this
if
you
added
;
allowed
to
be
accessed
in
its
context
.
You
need
to
change
this
if
you
added
...
@@ -95,8 +95,8 @@ languageselection = false
...
@@ -95,8 +95,8 @@ languageselection = false
;
Pick
compression
algorithm
or
disable
it
.
Only
applies
to
pastes
/
comments
;
Pick
compression
algorithm
or
disable
it
.
Only
applies
to
pastes
/
comments
;
created
after
changing
the
setting
.
;
created
after
changing
the
setting
.
;
Can
be
set
to
one
these
values
:
none
/
zlib
(
default
)
.
;
Can
be
set
to
one
these
values
:
"
none
"
/
"
zlib
"
(
default
)
.
;
compression
=
zlib
;
compression
=
"
zlib
"
[
expire
]
[
expire
]
;
expire
value
that
is
selected
per
default
;
expire
value
that
is
selected
per
default
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment