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:
authorMasaki <masaki.kawabata@gmail.com>2013-08-29 22:03:16 +0400
committerMasaki <masaki.kawabata@gmail.com>2013-08-29 22:03:16 +0400
commit04b9e77478a36b9ef9ed48a8181ed9195d47ec8a (patch)
treecfba105b77690d19d59122c35d24ae0feaeefc94 /status.php
parent1dd18980ae171d9cd16ab95bdfb289b54ef6c34d (diff)
replace ident spaces with tabs
Diffstat (limited to 'status.php')
-rw-r--r--status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/status.php b/status.php
index 88805ad6b19..88422100f14 100644
--- a/status.php
+++ b/status.php
@@ -34,9 +34,9 @@ try {
'versionstring'=>OC_Util::getVersionString(),
'edition'=>OC_Util::getEditionString());
if (OC::$CLI) {
- print_r($values);
+ print_r($values);
} else {
- echo(json_encode($values));
+ echo(json_encode($values));
}
} catch (Exception $ex) {