khanat-opennel-code/code/web/app/app_achievements/conf.php
SirCotare f92c72c634 #1470 This is a huge update. It contains all changes we made to the system on the
official ryzom servers. I removed non open source content though. So this version
is running on live servers and works!
2012-12-10 15:07:13 +01:00

18 lines
No EOL
486 B
PHP

<?php
if(!defined('APP_NAME')) {
die(-1);
}
$_CONF = array();
$_CONF['summary_size'] = 3;
$_CONF['default_lang'] = 'en';
$_CONF['enable_webig'] = true;
$_CONF['enable_offgame'] = true;
$_CONF['image_url'] = "http://www.3025-game.de/special/app_achievements/";
$_CONF['image_cdate'] = 0; // timestamp to bybass image cache ingame
$_CONF['use_fb'] = false;
$_CONF['fb_id'] = "447985781893176";
$_CONF['fb_secret'] = "f953772f1f7d871db022a6023e7a3f42";
?>