GX-Bug #51919 » itrkContentFix.patch
src/media/content/itrk_content.php (revision ) | ||
---|---|---|
24 | 24 |
$itrkFile = __DIR__.'/itrk_'.$itrk_file_type.'_'.$itrk_language.'.html'; |
25 | 25 |
if(!(file_exists($itrkFile) && is_readable($itrkFile))) |
26 | 26 |
{ |
27 |
echo "File not found"; |
|
28 |
exit; |
|
27 |
echo "Rechtext nicht verfügbar / Legal information not available"; |
|
29 | 28 |
} |
29 |
else |
|
30 |
{ |
|
30 | 31 |
?> |
31 | 32 |
<?php if(!$include_mode): ?> |
32 | 33 |
<!DOCTYPE html> |
... | ... | |
45 | 46 |
</html> |
46 | 47 |
<?php endif ?> |
47 | 48 | |
49 |
<?php |
|
50 |
} |