khanat-opennel-code/code/web/app/app_achievements/_API/conf.php
kervala 47ccfe279a Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
2013-09-27 10:52:44 +02:00

12 lines
No EOL
337 B
PHP

<?php
$_CONF = array();
$_CONF['app_achievements_path'] = "../";
$_CONF['image_url'] = "http://www.3025-game.de/special/app_achievements/";
$_CONF['mysql_error'] = "DIE";
$_CONF['mysql_server'] = "localhost";
$_CONF['mysql_user'] = "root";
$_CONF['mysql_pass'] = "";
$_CONF['mysql_database'] = "app_achievements";
?>