|
@@ -863,7 +863,8 @@ VALUES
|
|
|
('languagePriority4', NULL, 'radio', 'Languages', 'platform_lang','LanguagePriority4Title', 'LanguagePriority4Comment', NULL, NULL, 0),
|
|
|
('login_is_email', NULL, 'radio', 'Platform', 'false', 'LoginIsEmailTitle', 'LoginIsEmailComment', NULL, NULL, 0),
|
|
|
('courses_default_creation_visibility', NULL, 'radio', 'Course', '2', 'CoursesDefaultCreationVisibilityTitle', 'CoursesDefaultCreationVisibilityComment', NULL, NULL, 1),
|
|
|
-('chamilo_database_version',NULL,'textfield',NULL, '1.9.0.17051','DokeosDatabaseVersion','', NULL, NULL, 0);
|
|
|
+('allow_browser_sniffer', NULL, 'radio', 'Platform', 'false', 'AllowBrowserSnifferTitle', 'AllowBrowserSnifferComment', NULL, NULL, 0),
|
|
|
+('chamilo_database_version',NULL,'textfield',NULL, '1.9.0.17052','DokeosDatabaseVersion','', NULL, NULL, 0);
|
|
|
|
|
|
/*
|
|
|
('show_tabs', 'custom_tab_1', 'checkbox', 'Platform', 'true', 'ShowTabsTitle', 'ShowTabsComment', NULL, 'TabsCustom1', 1),
|
|
@@ -1198,7 +1199,9 @@ VALUES
|
|
|
('courses_default_creation_visibility', '3', 'OpenToTheWorld'),
|
|
|
('courses_default_creation_visibility', '2', 'OpenToThePlatform'),
|
|
|
('courses_default_creation_visibility', '1', 'Private'),
|
|
|
-('courses_default_creation_visibility', '0', 'CourseVisibilityClosed');
|
|
|
+('courses_default_creation_visibility', '0', 'CourseVisibilityClosed'),
|
|
|
+('allow_browser_sniffer', 'true', 'Yes'),
|
|
|
+('allow_browser_sniffer', 'false', 'No');
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
/*
|