Last change
on this file since 391 was 389, checked in by george, 17 years ago |
- Upraveno: Kódování všech souborů webu bylo převedeno z ISO 8859-2 na obecné UTF-8.
|
File size:
347 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | include('global.php');
|
---|
4 | ShowHeader();
|
---|
5 |
|
---|
6 | //echo('s'.file_get_contents('http://localhost/dev/wow/wow-web/minimanager/pomm_public/pomm.php'));
|
---|
7 | echo('<a href="mapa_sveta/">Zobrazit mapu světa</a>');
|
---|
8 | echo('<h3>Mapa hráčů:</h3>');
|
---|
9 | echo('<iframe class="subframe" src="minimanager/pomm_public/pomm.php"></iframe>');
|
---|
10 |
|
---|
11 | ShowFooter();
|
---|
12 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.