1
0

fix statsping

This commit is contained in:
Mike Schwörer 2018-02-03 17:53:25 +01:00
parent 7b0a456877
commit b1787df1fc
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -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')
{