Subversion Repositories personal-webbase

Rev

Rev 12 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 14
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
4
 
5
echo str_replace('<body', '<body onload="self.focus();document.getElementById(\'kategorie\').focus();"', $header);
5
echo str_replace('<body', '<body onload="self.focus();document.getElementById(\'kategorie\').focus();"', $header);
6
 
6
 
7
if (isset($sent) && ($sent == '1'))
7
if (isset($sent) && ($sent == '1'))
8
{
8
{