diff --git a/t2csri/community/settings.cs b/t2csri/community/settings.cs index aedd1e2..068d2a3 100644 --- a/t2csri/community/settings.cs +++ b/t2csri/community/settings.cs @@ -7,7 +7,7 @@ // This file contains the URL and server settings for the community system. -$TribesNext::Community::Host = "thyth.com"; +$TribesNext::Community::Host = "tribesnext.thyth.com"; $TribesNext::Community::Port = 80; $TribesNext::Community::BaseURL = "/tn/robot/"; @@ -15,4 +15,4 @@ $TribesNext::Community::LoginScript = "robot_login.php"; $TribesNext::Community::MailScript = "robot_mail.php"; $TribesNext::Community::BrowserScript = "robot_browser.php"; -$TribesNext::Community::SessionRefresh = 10*60; \ No newline at end of file +$TribesNext::Community::SessionRefresh = 10*60;