api.php?summaryRaw also accessible without auth token

This commit is contained in:
DL6ER
2016-11-19 12:51:52 +01:00
parent 8ecd218908
commit 03ea07ec49

View File

@@ -6,7 +6,7 @@
$data = array();
if (isset($_GET['summaryRaw']) && $auth) {
if (isset($_GET['summaryRaw'])) {
$data = array_merge($data, getSummaryData());
}