File indexing completed on 2025-01-26 03:44:37
0001 <?php 0002 /* 0003 SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org> 0004 0005 SPDX-License-Identifier: MIT 0006 */ 0007 0008 include_once(__DIR__ . '/../shared/restdispatcher.php'); 0009 include_once(__DIR__ . '/../shared/analytics.php'); 0010 0011 $handler = new Analytics(); 0012 RESTDispatcher::dispatch($handler); 0013 ?>