commit | 47cf90bba5841a750806533973f60bdbb36d61a8 | [log] [tgz] |
---|---|---|
author | matheusfillipe <matheusfillipeag@gmail.com> | Thu May 13 03:36:21 2021 -0300 |
committer | matheusfillipe <matheusfillipeag@gmail.com> | Thu May 13 03:36:21 2021 -0300 |
tree | 6a03c63574bd6b1878b1580e0e26dca3de90ae95 | |
parent | 5b6315f36675ce0a94a34550559af9c1cc5f44fc [diff] [blame] |
translation/templating
diff --git a/config.php.example b/config.php.example index 239056f..46c2536 100755 --- a/config.php.example +++ b/config.php.example
@@ -2,6 +2,9 @@ // Service base url $BASE_URL = "https://example.com/signup"; +// Language country code. The default language to look for. Leave empty for the default html folder +$LANG_CC = ""; + // Ldap server $HOST = 'localhost'; $PORT = 389;