mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated with locale settings
This commit is contained in:
parent
d8f4f15db8
commit
164fd733b9
@ -26,4 +26,8 @@ define('RASPI_TORPROXY_ENABLED', false );
|
|||||||
define('RASPI_CONFAUTH_ENABLED', true );
|
define('RASPI_CONFAUTH_ENABLED', true );
|
||||||
define('RASPI_CHANGETHEME_ENABLED', true );
|
define('RASPI_CHANGETHEME_ENABLED', true );
|
||||||
|
|
||||||
|
// Locale settings
|
||||||
|
define('LOCALE_ROOT', 'locale');
|
||||||
|
define('LOCALE_DOMAIN', 'messages');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user