aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.php
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-05-20 00:11:32 +0200
committerMichael Vogel <icarus@dabo.de>2012-05-20 00:11:32 +0200
commit8c80fe0bf51fa472ddf9bf225490e47ea1bf4a7f (patch)
tree7068762df3646f652bffefa767fa8a7757f8468d /include/config.php
parent9a940786c18c1c2bd772aec93f1828f67dc45667 (diff)
downloadvolse-hubzilla-8c80fe0bf51fa472ddf9bf225490e47ea1bf4a7f.tar.gz
volse-hubzilla-8c80fe0bf51fa472ddf9bf225490e47ea1bf4a7f.tar.bz2
volse-hubzilla-8c80fe0bf51fa472ddf9bf225490e47ea1bf4a7f.zip
Performance tests
Diffstat (limited to 'include/config.php')
-rw-r--r--include/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.php b/include/config.php
index 4cff38090..e416bec6e 100644
--- a/include/config.php
+++ b/include/config.php
@@ -6,7 +6,7 @@
* Note:
* Please do not store booleans - convert to 0/1 integer values
* The get_?config() functions return boolean false for keys that are unset,
- * and this could lead to subtle bugs.
+ * and this could lead to subtle bugs.
*
* There are a few places in the code (such as the admin panel) where boolean
* configurations need to be fixed as of 10/08/2011.