Changeset 574 for trunk/index.php
- Timestamp:
- Apr 27, 2009, 11:22:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r564 r574 68 68 'Počet přístupů: <br /><a href="http://counter.cnw.cz/">'. 69 69 '<img src="http://counter.cnw.cz/monika.cgi?wowzdechov&7&000000&FFFFFF&on" alt="CNW:Counter" /></a>'. 70 '<script type="text/javascript">'. 71 '<!--'. 72 'document.write("<a href=\"http://counter.cnw.cz\" target=\"_parent\"><img src=\"http://counter.cnw.cz/trackit.cgi?wowzdechov&t4&" + escape(top.document.referrer) + "\" alt=\"CNW:Tracker\" border=\"0\" width=\"0\" height=\"0\"></a>");'. 73 '// -->'. 74 '</script>'. 70 75 '</div>'. 71 76 '</div>'. … … 74 79 // obsah start 75 80 $include = 1; 76 if(isset($_GET[ "logout"]) AND$player->Check())81 if(isset($_GET['logout']) and $player->Check()) 77 82 { 78 83 echo('<center>');
Note:
See TracChangeset
for help on using the changeset viewer.