diff options
author | bretticvs <bsdee@frii.com> | 2011-03-31 16:17:53 -0700 |
---|---|---|
committer | bretticvs <bsdee@frii.com> | 2011-03-31 16:17:53 -0700 |
commit | f072059f2de515c0125a9f63ab8476e52c4d4353 (patch) | |
tree | 7bd62d8fc7fa665c1ca369a4be6a516fdc8852a2 /data/config.php.dist | |
parent | 675eadd584e264ba92091579bbc1166dcf3a5715 (diff) | |
download | semanticscuttle-f072059f2de515c0125a9f63ab8476e52c4d4353.tar.gz semanticscuttle-f072059f2de515c0125a9f63ab8476e52c4d4353.tar.bz2 |
Revert "Updates for configurable-privacy2, hopefully without carriage returns."
This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
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. |