Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Moeller <mail@felixmoeller.de>2012-10-23 10:20:17 +0400
committerFelix Moeller <mail@felixmoeller.de>2012-10-23 10:20:17 +0400
commitddfcc96ab5e72e90bcb0858ac92e617e6d70a993 (patch)
tree2f003d75b529f45a7ef7861d540c8915495d115c /index.php
parent2d61f0345297a92d23751d3228b74c6dca94d1e5 (diff)
Checkstyle: LowerCaseConstant
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';