From 81ded97093d37011acec670568a15658b8494fb5 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 24 Oct 2021 17:29:46 +0200 Subject: chore: convert index to html file instead of php file I need to translate some strings in a JS file. So instead of dealing with two way to translate the whole app I think it is easier to stick with a single way. --- htdocs/includes/config.php | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 htdocs/includes/config.php (limited to 'htdocs/includes/config.php') diff --git a/htdocs/includes/config.php b/htdocs/includes/config.php deleted file mode 100644 index cf7dba6..0000000 --- a/htdocs/includes/config.php +++ /dev/null @@ -1,19 +0,0 @@ - - * @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