program/include/iniset.php
@@ -36,7 +36,7 @@ } // application constants define('RCMAIL_VERSION', '0.5-trunk'); define('RCMAIL_VERSION', '0.5-rc'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); define('RCMAIL_START', microtime(true)); @@ -91,6 +91,7 @@ '/MDB2_(.+)/', '/Mail_(.+)/', '/Net_(.+)/', '/Auth_(.+)/', '/^html_.+/', '/^utf8$/', ), @@ -98,6 +99,7 @@ 'MDB2/\\1', 'Mail/\\1', 'Net/\\1', 'Auth/\\1', 'html', 'utf8.class', ),