diff options
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 === '') { |