mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-07 15:59:01 +00:00
12 lines
No EOL
337 B
PHP
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";
|
|
?>
|