diff options
Diffstat (limited to 'data/config.php.dist')
-rw-r--r-- | data/config.php.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 302d55f..0f849e2 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -7,6 +7,12 @@ * See config.default.inc.php for more options. */ +/** + * Array for defaults. + * + * @var array + */ +$defaults = array(); /** * The name of this site. |