From c14da77997880189e6f4b7012d40dec227b9b225 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 20 Oct 2021 22:49:22 +0200 Subject: chore: add php template and includes (config, i18n and utils) --- htdocs/includes/config.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 htdocs/includes/config.php (limited to 'htdocs/includes/config.php') diff --git a/htdocs/includes/config.php b/htdocs/includes/config.php new file mode 100644 index 0000000..cf7dba6 --- /dev/null +++ b/htdocs/includes/config.php @@ -0,0 +1,19 @@ + + * @copyright 2021 Armand Philippot + * @license http://www.opensource.org/licenses/mit-license.php MIT + * @link https://demo.armandphilippot.com/ + * @since 1.0.0 + */ + +/** + * The website will check if the HTTP accepted locales have a matching + * translation. If not, the default locale is "en_US". If you want to + * overwrite the default locale, use this variable. Make sure the translation + * exists. + */ +$dap_default_locale = 'en_US'; -- cgit v1.2.3