Changeset 1666

Show
Ignore:
Timestamp:
08/06/2007 07:48:38 AM (17 months ago)
Author:
jeena
Message:

utf-8 bugfix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.php

    r1665 r1666  
    66 // derzeit gibt es noch etliche E_NOTICE-Meldungen in JLog, deshalb: 
    77 error_reporting(E_ALL ^ E_NOTICE); 
     8 header("Content-Type: text/html; charset=UTF-8"); 
     9 
    810 
    911 define("JLOG_NEW_VERSION", '1.1.0');