mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-08 08:19:01 +00:00
11 lines
402 B
PHP
11 lines
402 B
PHP
|
<?php
|
||
|
|
||
|
$this->def['XML/_FIRSTCONNECTEDTIME'] = array("logs");
|
||
|
$this->def['XML/_LASTCONNECTEDTIME'] = array("logs");
|
||
|
$this->def['XML/_PLAYEDTIME'] = array("logs");
|
||
|
$this->def['XML/_LASTLOGSTATS'] = array("logs");
|
||
|
$this->def['XML/_LASTLOGSTATS/LOGINTIME'] = array("logs");
|
||
|
$this->def['XML/_LASTLOGSTATS/DURATION'] = array("logs");
|
||
|
$this->def['XML/_LASTLOGSTATS/LOGOFFTIME'] = array("logs");
|
||
|
|
||
|
?>
|