5 set_include_path("./classes" . PATH_SEPARATOR . get_include_path());
7 $conf['mysql_server'] = "localhost";
8 $conf['mysql_user'] = "kolarny_krakonos";
9 $conf['mysql_password'] = "aicoocoong";
10 $conf['mysql_database'] = "kolarny_krakonos_org";
11 $conf['mysql_log'] = 'log.sql';
13 $conf['http_base'] = "http://kolarny.krakonos.org/";
15 if (!isset($embed)) $embed = false;
18 require_once "tools/lang.php";