Legend:
- Unmodified
- Added
- Removed
-
gm.php
r375 r389 5 5 include('download_soubory/files.php'); 6 6 7 $Role = array('Hrá è', 'Moderátor', 'Game master', 'Kontrolor chyb', 'Administrátor', 'Správce systému');7 $Role = array('Hráč', 'Moderátor', 'Game master', 'Kontrolor chyb', 'Administrátor', 'Správce systému'); 8 8 9 9 echo('<h3>GM tým</h3>'); … … 15 15 while($Line = $Result->fetch_array()) 16 16 { 17 echo '<tr><td><p>P øezdívka:</p></td>';17 echo '<tr><td><p>Přezdívka:</p></td>'; 18 18 echo '<td><p><b>'.$Line['username'].'</b></p></td>'; 19 19 echo '</tr>'; … … 31 31 */ 32 32 $Database->select_db('characters'); 33 echo('<tr><td><p>GM Postavy ve h øe:</p></td>');33 echo('<tr><td><p>GM Postavy ve hře:</p></td>'); 34 34 echo('<td><p><b>'); 35 35 $ResultMangos = $Database->query('SELECT * FROM `characters` WHERE account = "'.$Line['id'].'"');
Note:
See TracChangeset
for help on using the changeset viewer.