Ignore:
Timestamp:
Aug 18, 2009, 12:25:53 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Stránka GM týmu přepracována do přehlednější formy s podporou více světů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pages/teamspeak.php

    r606 r625  
    33echo('<table class="SimpleTable"><tr><td>');
    44echo('<h4>TeamSpeak server</h4>');
    5 echo('Adresa pro připojení: wow.zdechov.net<br /><br />');
     5echo('Adresa pro připojení: '.$Config['Web']['WoWServerAddr'].'<br /><br />');
    66
    77  // The code between the 2 lines below turns on PHPs error handlers.
     
    3535  // Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
    3636  // PORT NUMBER):
    37   $settings['serveraddress'] = 'wow.zdechov.net';
     37  $settings['serveraddress'] = $Config['Web']['WoWServerAddr'];
    3838 
    3939  // If your you use another port than 8767 to connect to your teamspeak
     
    7171echo('</td></tr></table>');
    7272
    73 
    7473?>
Note: See TracChangeset for help on using the changeset viewer.