diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-12-07 11:35:24 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-12-07 11:35:57 +0100 |
commit | 89cd8a3fc75f9b96d295ae4292ee92102c3138a6 (patch) | |
tree | aab017f29362c92e5a3e28c5b84960ee6e0072ea /index.php | |
parent | 8bb62e74bd14e4fec6ed1cd371d21af0f618076b (diff) | |
parent | c487d9fc7e5b1c31069819cc8adc920ab9660513 (diff) | |
download | nextcloud-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-x | index.php | 2 |
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'; |