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:01:09 +0400
committerFelix Moeller <mail@felixmoeller.de>2012-10-23 10:01:09 +0400
commit2d61f0345297a92d23751d3228b74c6dca94d1e5 (patch)
treeb65ce0d556196098253dec35ce9d46aeaba58491 /public.php
parent6a00a6b9ed49f9a9da044772e7ca7f3506672100 (diff)
More Checkstyle cleanup
This is for all LowerCaseConstant warnings
Diffstat (limited to 'public.php')
-rw-r--r--public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public.php b/public.php
index db8419373ee..759e8e91619 100644
--- a/public.php
+++ b/public.php
@@ -1,5 +1,5 @@
<?php
-$RUNTIME_NOAPPS = TRUE;
+$RUNTIME_NOAPPS = true;
require_once 'lib/base.php';
if (!isset($_GET['service'])) {
header('HTTP/1.0 404 Not Found');