From 4dba2a11cfe2d619f2677d84201baf5cc7938397 Mon Sep 17 00:00:00 2001 From: Quitta Date: Wed, 31 Jul 2013 22:27:59 +0200 Subject: [PATCH] change home button --HG-- branch : quitta-gsoc-2013 --- code/ryzom/client/data/gamedev/interfaces_v3/help.xml | 10 +++++----- code/ryzom/tools/server/ryzom_ams/www/config.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/help.xml b/code/ryzom/client/data/gamedev/interfaces_v3/help.xml index a90cf5e81..c6e1b2d47 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/help.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/help.xml @@ -866,7 +866,7 @@ + value="http://shard.ryzomcore.org/ams/index.php" /> diff --git a/code/ryzom/tools/server/ryzom_ams/www/config.php b/code/ryzom/tools/server/ryzom_ams/www/config.php index b75c50fa8..8bace0f68 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/config.php +++ b/code/ryzom/tools/server/ryzom_ams/www/config.php @@ -19,7 +19,7 @@ $cfg['db']['lib']['name'] = 'ryzom_ams_lib'; $cfg['db']['lib']['user'] = 'shard'; $cfg['db']['lib']['pass'] = ''; -$cfg['db']['shard']['host'] = 'localhost'; +$cfg['db']['shard']['host'] = 'localhosti'; $cfg['db']['shard']['port'] = '3306'; $cfg['db']['shard']['name'] = 'nel'; $cfg['db']['shard']['user'] = 'shard';