fix statsping
This commit is contained in:
parent
7b0a456877
commit
b1787df1fc
@ -4,13 +4,12 @@
|
|||||||
require_once (__DIR__ . '/../internals/base.php');
|
require_once (__DIR__ . '/../internals/base.php');
|
||||||
require_once (__DIR__ . '/../internals/database.php');
|
require_once (__DIR__ . '/../internals/database.php');
|
||||||
|
|
||||||
$nam = $OPTIONS['Name'];
|
$nam = $OPTIONS['name'];
|
||||||
$cid = $OPTIONS['ClientID'];
|
$cid = $OPTIONS['clientid'];
|
||||||
$ver = $OPTIONS['Version'];
|
$ver = $OPTIONS['version'];
|
||||||
$prv = $OPTIONS['ProviderStr'];
|
$prv = $OPTIONS['providerstr'];
|
||||||
$pid = $OPTIONS['ProviderID'];
|
$pid = $OPTIONS['providerid'];
|
||||||
$tnc = $OPTIONS['NoteCount'];
|
$tnc = $OPTIONS['notecount'];
|
||||||
$uip = $OPTIONS['NoteCount'];
|
|
||||||
|
|
||||||
if ($nam === 'AlephNote')
|
if ($nam === 'AlephNote')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user