aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/includes/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/includes/config.php')
-rw-r--r--htdocs/includes/config.php19
1 files changed, 0 insertions, 19 deletions
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 @@
-<?php
-/**
- * Config of demo.armandphilippot.com
- *
- * @package DemoArmandphilippotCom
- * @author Armand Philippot <contact@armandphilippot.com>
- * @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';