CMXX - New translations ES, PT. Registration page translated.
This commit is contained in:
@@ -43,6 +43,8 @@ foreach ($messages as $message){
|
||||
if (file_exists($software_file)){
|
||||
//GET SOURCE CODE
|
||||
$file_contents = file_get_contents($software_file);
|
||||
//REMOVE RETURN \R
|
||||
$file_contents = str_replace("\r", '',$file_contents);
|
||||
} else {
|
||||
$file_contents = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user