Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
f3487c66
Commit
f3487c66
authored
Nov 18, 2008
by
fantu
Browse files
No commit message
No commit message
parent
3a98e3bf
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/admin/language_complete.php
View file @
f3487c66
...
...
@@ -89,7 +89,7 @@ if(isset($_POST['lng_select']) && $error == '') {
$target_lang_file
=
ISPC_WEB_PATH
.
'/'
.
$file
.
'/lib/lang/'
.
$lang_file
;
if
(
!
file_exists
(
$master_lang_file
)){
unlink
(
$target_lang_file
);
$msg
.
=
"File
$target_lang_file
remove because does not exist in master language<br />"
;
$msg
.
=
"File
$target_lang_file
remove
d
because does not exist in master language<br />"
;
}
}
}
//Finish of remove the files how not exists in master language
...
...
@@ -97,7 +97,7 @@ if(isset($_POST['lng_select']) && $error == '') {
}
}
if
(
$msg
==
''
)
$msg
=
"No files created, remove or modified<br />"
;
$msg
=
"No files created, remove
d
or modified<br />"
;
}
function
merge_langfile
(
$langfile
,
$masterfile
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment