mirror of
https://github.com/TribesNext/t2-scripts.git
synced 2026-01-19 18:14:43 +00:00
Update community server host to new address
Switching from "thyth.com" to "tribesnext.thyth.com" for impending service move.
This commit is contained in:
parent
29eb0c7376
commit
456ef36f64
|
|
@ -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;
|
||||
$TribesNext::Community::SessionRefresh = 10*60;
|
||||
|
|
|
|||
Loading…
Reference in a new issue