9283736c91
official ryzom servers. I removed non open source content though. So this version is running on live servers and works! --HG-- branch : gsoc2012-achievements
11 lines
No EOL
402 B
PHP
11 lines
No EOL
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");
|
|
|
|
?>
|