Changeset 692 for trunk/index.php


Ignore:
Timestamp:
Mar 20, 2010, 8:21:13 AM (15 years ago)
Author:
george
Message:
  • Upraveno: Další názvy souborů přejmenovány pro potřeby pěkných URL.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r691 r692  
    7878  array('link' => $html->Link('/ucet/'), 'Text' => 'Správa účtu'),
    7979  array('link' => $html->Link('/forum/'), 'Text' => 'Fórum'),
    80   array('link' => $html->Link('/server'), 'Text' => 'Server'),
     80  array('link' => $html->Link('/server/'), 'Text' => 'Server'),
    8181  //array('link' => '?page=gmteam', 'Text' => 'GM Tým'),
    8282  //array('link' => 'bug_tracker/', 'Text' => 'Nahlaš chybu'),
     
    152152// obsah start
    153153$include = 1;
    154 if(isset($_GET['logout']) and $player->Check())
    155 {
    156   echo('<center>');
    157   $player->Logout();
    158   echo('</center>');
    159   $include = 0;
    160 }
    161154if($include == 1)
    162155{
Note: See TracChangeset for help on using the changeset viewer.