From b1787df1fc94de16461cc98ff7a5064a5851b39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 3 Feb 2018 17:53:25 +0100 Subject: [PATCH] fix statsping --- www/pages/api_stats.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/www/pages/api_stats.php b/www/pages/api_stats.php index 0fc6a34..fee634d 100644 --- a/www/pages/api_stats.php +++ b/www/pages/api_stats.php @@ -4,13 +4,12 @@ require_once (__DIR__ . '/../internals/base.php'); require_once (__DIR__ . '/../internals/database.php'); - $nam = $OPTIONS['Name']; - $cid = $OPTIONS['ClientID']; - $ver = $OPTIONS['Version']; - $prv = $OPTIONS['ProviderStr']; - $pid = $OPTIONS['ProviderID']; - $tnc = $OPTIONS['NoteCount']; - $uip = $OPTIONS['NoteCount']; + $nam = $OPTIONS['name']; + $cid = $OPTIONS['clientid']; + $ver = $OPTIONS['version']; + $prv = $OPTIONS['providerstr']; + $pid = $OPTIONS['providerid']; + $tnc = $OPTIONS['notecount']; if ($nam === 'AlephNote') {