2015-02-07 21:24:47 -08:00
|
|
|
// TribesNext Project
|
|
|
|
|
// http://www.tribesnext.com/
|
|
|
|
|
// Copyright 2011
|
|
|
|
|
|
|
|
|
|
// Tribes 2 Community System
|
|
|
|
|
// Robot Client Settings
|
|
|
|
|
|
|
|
|
|
// This file contains the URL and server settings for the community system.
|
|
|
|
|
|
2017-09-25 23:00:42 -07:00
|
|
|
$TribesNext::Community::Host = "tribesnext.thyth.com";
|
2015-02-07 21:24:47 -08:00
|
|
|
$TribesNext::Community::Port = 80;
|
|
|
|
|
$TribesNext::Community::BaseURL = "/tn/robot/";
|
|
|
|
|
|
|
|
|
|
$TribesNext::Community::LoginScript = "robot_login.php";
|
|
|
|
|
$TribesNext::Community::MailScript = "robot_mail.php";
|
|
|
|
|
$TribesNext::Community::BrowserScript = "robot_browser.php";
|
|
|
|
|
|
2017-09-25 23:00:42 -07:00
|
|
|
$TribesNext::Community::SessionRefresh = 10*60;
|