mirror of
https://github.com/TribesNext/t2-scripts.git
synced 2026-01-19 18:14:43 +00:00
18 lines
569 B
C#
18 lines
569 B
C#
// 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.
|
|
|
|
$TribesNext::Community::Host = "thyth.com";
|
|
$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";
|
|
|
|
$TribesNext::Community::SessionRefresh = 10*60; |