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/index.php | 88 -------------------------------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 htdocs/index.php (limited to 'htdocs/index.php') diff --git a/htdocs/index.php b/htdocs/index.php deleted file mode 100644 index 8e6c870..0000000 --- a/htdocs/index.php +++ /dev/null @@ -1,88 +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 - */ - -// Load config and functions. -require './includes/config.php'; -require './includes/i18n.php'; -require './includes/utils.php'; - -$dap_current_env = dap_get_current_env(); -$dap_locale = dap_define_locale($dap_default_locale); -$dap_language = dap_get_language($dap_locale); -$dap_formatted_locale = dap_get_formatted_locale($dap_locale); - -dap_set_locale($dap_formatted_locale); -?> - - - - - - - - Armand Philippot - - - - - - - - - -
-
- -

- Armand Philippot -

-

- -

-
- -
-
-
-
-
- - - - - - -- cgit v1.2.3