diff options
Diffstat (limited to 'p/api/index.php')
| -rw-r--r-- | p/api/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/p/api/index.php b/p/api/index.php index 686e74240..66c9e465c 100644 --- a/p/api/index.php +++ b/p/api/index.php @@ -14,10 +14,10 @@ require(__DIR__ . '/../../constants.php'); require(LIB_PATH . '/lib_rss.php'); //Includes class autoloader FreshRSS_Context::initSystem(); -echo json_encode(array( - 'greader' => Minz_Url::display('/api/greader.php', 'php', true), - 'fever' => Minz_Url::display('/api/fever.php', 'php', true), - )); +echo json_encode([ + 'greader' => Minz_Url::display('/api/greader.php', 'php', true), + 'fever' => Minz_Url::display('/api/fever.php', 'php', true), +]); ?> </script> </head> |
