Subversion Repositories personal-webbase

Rev

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

Rev 9 Rev 14
Line 4... Line 4...
4
// SICHERHEITSVARIABLE                                                      //
4
// SICHERHEITSVARIABLE                                                      //
5
//////////////////////////////////////////////////////////////////////////////
5
//////////////////////////////////////////////////////////////////////////////
6
// Ohne diese werden Modulinhalte nicht ausgeführt                          //
6
// Ohne diese werden Modulinhalte nicht ausgeführt                          //
7
//////////////////////////////////////////////////////////////////////////////
7
//////////////////////////////////////////////////////////////////////////////
8
 
8
 
9
define('IBLEGAL', '1');
9
define('WBLEGAL', '1');
10
 
10
 
11
header('Content-Type: text/html; charset=ISO-8859-1');
11
header('Content-Type: text/html; charset=ISO-8859-1');
12
mb_internal_encoding("ISO-8859-1");
12
mb_internal_encoding("ISO-8859-1");
13
 
13
 
14
//////////////////////////////////////////////////////////////////////////////
14
//////////////////////////////////////////////////////////////////////////////