Changeset d13f329 in github
- Timestamp:
- Apr 18, 2012 6:56:08 AM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- e7ca048
- Parents:
- b563fc8
- File:
-
- 1 edited
-
installer/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
installer/index.php
r1aceb9c rd13f329 4 4 +-------------------------------------------------------------------------+ 5 5 | Roundcube Webmail setup tool | 6 | Version 0. 8|6 | Version 0.9-svn | 7 7 | | 8 8 | Copyright (C) 2009-2012, The Roundcube Dev Team | … … 40 40 */ 41 41 42 ini_set('error_reporting', E_ALL &~E_NOTICE);42 ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); 43 43 ini_set('display_errors', 1); 44 44 45 45 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); 46 46 define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); 47 define('RCMAIL_CHARSET', 'UTF-8'); 47 48 48 49 $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
Note: See TracChangeset
for help on using the changeset viewer.
