Changeset 6096 in subversion for trunk/roundcubemail/installer/index.php
- Timestamp:
- Apr 18, 2012 6:56:08 AM (13 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/installer/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/installer/index.php
r6091 r6096 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.
