We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ce758 commit 75fe084Copy full SHA for 75fe084
system/application/config/local_settings.php
@@ -103,7 +103,12 @@
103
$config['book_msg_cookie_name'] = 'ci_hide_scalar_book_msg';
104
105
// Custom message displayed beneath the registration key field on the register page
106
-$config['registration_key_msg'] = '';
+$config['registration_key_msg'] = '';
107
+
108
+// URLs to Terms of Service and Privacy Policy pages for all books on this install (displayed in footer if present).
109
+// Can be overridden on a per book basis in the Dashboard.
110
+$config['terms_of_service'] = '';
111
+$config['privacy_policy'] = '';
112
113
// LDAP authentication settings
114
$config['use_ldap'] = (getenv('SCALAR_USE_LDAP') ? getenv('SCALAR_USE_LDAP') : false); // Default: off
0 commit comments