Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
d8ff5951
Commit
d8ff5951
authored
Nov 22, 2008
by
karailiev
Browse files
No commit message
No commit message
parent
95049e69
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/language_list.php
View file @
d8ff5951
...
...
@@ -59,6 +59,7 @@ while ($file = readdir ($handle)) {
if
(
$file
==
$selected_language
.
'.lng'
)
{
$language_files_list
[]
=
array
(
'module'
=>
'global'
,
'lang_file'
=>
$file
,
'lang_file_date'
=>
date
(
"Y-m-d H:i:s"
,
filectime
(
ISPC_ROOT_PATH
.
'/lib/lang/'
.
$file
)),
'bgcolor'
=>
$bgcolor
,
'lang'
=>
$selected_language
);
}
...
...
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