CMXX - Update language URLs in serviceinit

This commit is contained in:
“VeLiTi”
2024-11-14 11:27:38 +01:00
parent b810ef0cb6
commit 74612afda5

View File

@@ -22,23 +22,23 @@ switch ($language) {
break;
case 'US':
$manual_url = "https://lms.tss-learning.com/course/view.php?id=10";
$manual_url = "https://lms.tss-learning.com/course/view.php?id=78";
break;
case 'DE':
$manual_url = "https://lms.tss-learning.com/course/view.php?id=60";
$manual_url = "https://lms.tss-learning.com/course/view.php?id=80";
break;
case 'ES':
$manual_url = "https://lms.tss-learning.com/course/view.php?id=60";
$manual_url = "https://lms.tss-learning.com/course/view.php?id=78";
break;
case 'PT':
$manual_url = "https://lms.tss-learning.com/course/view.php?id=60";
$manual_url = "https://lms.tss-learning.com/course/view.php?id=78";
break;
default:
$manual_url = "https://lms.tss-learning.com/course/view.php?id=60";
$manual_url = "https://lms.tss-learning.com/course/view.php?id=78";
break;
}