Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Foellmann <foellmann@foe-services.de>2014-12-23 14:48:13 +0300
committerChristian Foellmann <foellmann@foe-services.de>2014-12-23 14:48:13 +0300
commit2bfb20e57418ebf396149782be9f98e868fe8608 (patch)
treea5ec4011410970603d3f462a535a5a359057fa77 /libraries/vendor_config.php
parent20f1bf77c8281efc675a14e0f6bf52f657dabd9a (diff)
UPDATE 4.3.34.3.3
Diffstat (limited to 'libraries/vendor_config.php')
-rw-r--r--libraries/vendor_config.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/libraries/vendor_config.php b/libraries/vendor_config.php
index 0ba36b0b89..21fb7acbd7 100644
--- a/libraries/vendor_config.php
+++ b/libraries/vendor_config.php
@@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* File for vendor customisation, you can change here paths or some behaviour,
- * which vendors such as Linux distibutions might want to change.
+ * which vendors such as Linux distributions might want to change.
*
* For changing this file you should know what you are doing. For this reason
* options here are not part of normal configuration.
@@ -37,6 +37,12 @@ define('SETUP_CONFIG_FILE', './config/config.inc.php');
define('SETUP_DIR_WRITABLE', true);
/**
+ * Directory where examples reside. Useful when you want to include
+ * the examples directory with documentation, eg. /usr/share/doc.
+ */
+define('EXAMPLES_DIR', './examples/');
+
+/**
* Directory where configuration files are stored.
* It is not used directly in code, just a convenient
* define used further in this file.