diff options
author | Masaki <masaki.kawabata@gmail.com> | 2013-08-29 15:03:16 -0300 |
---|---|---|
committer | Masaki <masaki.kawabata@gmail.com> | 2013-08-29 15:03:16 -0300 |
commit | 04b9e77478a36b9ef9ed48a8181ed9195d47ec8a (patch) | |
tree | cfba105b77690d19d59122c35d24ae0feaeefc94 /status.php | |
parent | 1dd18980ae171d9cd16ab95bdfb289b54ef6c34d (diff) | |
download | nextcloud-server-04b9e77478a36b9ef9ed48a8181ed9195d47ec8a.tar.gz nextcloud-server-04b9e77478a36b9ef9ed48a8181ed9195d47ec8a.zip |
replace ident spaces with tabs
Diffstat (limited to 'status.php')
-rw-r--r-- | status.php | 4 |
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) { |