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; break;
case 'US': 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; break;
case 'DE': 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; break;
case 'ES': 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; break;
case 'PT': 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; break;
default: 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; break;
} }