Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a5efc2b2
Commit
a5efc2b2
authored
Jul 23, 2017
by
Carsten Rose
Browse files
Constants.php: add DIRTY_EXPIRE
parent
ab7757a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/Constants.php
View file @
a5efc2b2
...
...
@@ -1107,7 +1107,8 @@ const DIRTY_MODE_EXCLUSIVE = 'exclusive';
const
DIRTY_MODE_ADVISORY
=
'advisory'
;
const
DIRTY_MODE_NONE
=
'none'
;
const
DIRTY_QFQ_USER_SESSION_COOKIE
=
'qfqUserSessionCookie'
;
const
DIRTY_FE_USER
=
'feUser'
;
const
DIRTY_FE_USER
=
'feUser'
;
const
DIRTY_EXPIRE
=
'expire'
;
const
DIRTY_REMOTE_ADDRESS
=
'remoteAddress'
;
const
DIRTY_API_ACTION
=
'action'
;
// Name of parameter in API call of dirty.php?action=...&s=...
const
DIRTY_API_ACTION_LOCK
=
'lock'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment