diff options
author | Felix Moeller <mail@felixmoeller.de> | 2012-10-23 08:01:09 +0200 |
---|---|---|
committer | Felix Moeller <mail@felixmoeller.de> | 2012-10-23 08:01:09 +0200 |
commit | 2d61f0345297a92d23751d3228b74c6dca94d1e5 (patch) | |
tree | b65ce0d556196098253dec35ce9d46aeaba58491 /remote.php | |
parent | 6a00a6b9ed49f9a9da044772e7ca7f3506672100 (diff) | |
download | nextcloud-server-2d61f0345297a92d23751d3228b74c6dca94d1e5.tar.gz nextcloud-server-2d61f0345297a92d23751d3228b74c6dca94d1e5.zip |
More Checkstyle cleanup
This is for all LowerCaseConstant warnings
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php index 137bd774b52..7738de04f60 100644 --- a/remote.php +++ b/remote.php @@ -1,5 +1,5 @@ <?php -$RUNTIME_NOAPPS = TRUE; +$RUNTIME_NOAPPS = true; require_once 'lib/base.php'; $path_info = OC_Request::getPathInfo(); if ($path_info === false || $path_info === '') { |