Changeset d13f329 in github


Ignore:
Timestamp:
Apr 18, 2012 6:56:08 AM (13 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
e7ca048
Parents:
b563fc8
Message:
  • Add RCMAIL_CHARSET definition for Installer (#1488436)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • installer/index.php

    r1aceb9c rd13f329  
    44 +-------------------------------------------------------------------------+ 
    55 | Roundcube Webmail setup tool                                            | 
    6  | Version 0.8                                                             | 
     6 | Version 0.9-svn                                                         | 
    77 |                                                                         | 
    88 | Copyright (C) 2009-2012, The Roundcube Dev Team                         | 
     
    4040*/ 
    4141 
    42 ini_set('error_reporting', E_ALL&~E_NOTICE); 
     42ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); 
    4343ini_set('display_errors', 1); 
    4444 
    4545define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); 
    4646define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); 
     47define('RCMAIL_CHARSET', 'UTF-8'); 
    4748 
    4849$include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; 
Note: See TracChangeset for help on using the changeset viewer.