summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-12-07 11:35:24 +0100
committerBart Visscher <bartv@thisnet.nl>2012-12-07 11:35:57 +0100
commit89cd8a3fc75f9b96d295ae4292ee92102c3138a6 (patch)
treeaab017f29362c92e5a3e28c5b84960ee6e0072ea /index.php
parent8bb62e74bd14e4fec6ed1cd371d21af0f618076b (diff)
parentc487d9fc7e5b1c31069819cc8adc920ab9660513 (diff)
downloadnextcloud-server-89cd8a3fc75f9b96d295ae4292ee92102c3138a6.tar.gz
nextcloud-server-89cd8a3fc75f9b96d295ae4292ee92102c3138a6.zip
Merge branch 'master' into doctrine
Conflicts: lib/base.php lib/db.php
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 12b2d8f406d..bf0b287a64b 100755
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@
*
*/
-$RUNTIME_NOAPPS = TRUE; //no apps, yet
+$RUNTIME_NOAPPS = true; //no apps, yet
require_once 'lib/base.php';