Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
3d23830e
Commit
3d23830e
authored
16 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Add session timeout info
parent
380e54bd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/admin/system/dolibarr.php
+2
-0
2 additions, 0 deletions
htdocs/admin/system/dolibarr.php
htdocs/langs/en_US/admin.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/admin.lang
htdocs/langs/fr_FR/admin.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/fr_FR/admin.lang
with
4 additions
and
0 deletions
htdocs/admin/system/dolibarr.php
+
2
−
0
View file @
3d23830e
...
...
@@ -104,6 +104,8 @@ print '<tr class="liste_titre"><td>'.$langs->trans("Session").'</td><td>'.$langs
$var
=!
$var
;
print
"<tr "
.
$bc
[
$var
]
.
"><td width=
\"
300
\"
>"
.
$langs
->
trans
(
"SessionId"
)
.
"</td><td>"
.
session_id
()
.
"</td></tr>
\n
"
;
$var
=!
$var
;
print
"<tr "
.
$bc
[
$var
]
.
"><td width=
\"
300
\"
>"
.
$langs
->
trans
(
"CurrentSessionTimeOut"
)
.
"</td><td>"
.
ini_get
(
'session.gc_maxlifetime'
)
.
' '
.
$langs
->
trans
(
"seconds"
)
.
"</td></tr>
\n
"
;
$var
=!
$var
;
print
"<tr "
.
$bc
[
$var
]
.
"><td width=
\"
300
\"
>"
.
$langs
->
trans
(
"CurrentTheme"
)
.
"</td><td>"
.
$conf
->
theme
.
"</td></tr>
\n
"
;
$var
=!
$var
;
print
"<tr "
.
$bc
[
$var
]
.
"><td width=
\"
300
\"
>"
.
$langs
->
trans
(
"CurrentTopMenuHandler"
)
.
"</td><td>"
.
$conf
->
top_menu
.
"</td></tr>
\n
"
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
1
−
0
View file @
3d23830e
...
...
@@ -79,6 +79,7 @@ ServerTZ=Time Zone Server
PHPTZ=Time Zone PHP
PHPServerOffsetWithGreenwich=Offset for PHP server width Greenwich (secondes)
CurrentHour=Current hour
CurrentSessionTimeOut=Current session timeout
OSEnv=OS Environment
Box=Box
Boxes=Boxes
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/admin.lang
+
1
−
0
View file @
3d23830e
...
...
@@ -79,6 +79,7 @@ ServerTZ=Time Zone Serveur
PHPTZ=Time Zone PHP
PHPServerOffsetWithGreenwich=Offset serveur PHP avec Greenwich (secondes)
CurrentHour=Heure courante
CurrentSessionTimeOut=Time out session courante
OSEnv=Environnement OS
Box=Boîte
Boxes=Boîtes
...
...
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