| | |
| | | /* |
| | | +-------------------------------------------------------------------------+ |
| | | | Roundcube Webmail setup tool | |
| | | | Version 1.1-git | |
| | | | Version 1.2-git | |
| | | | | |
| | | | Copyright (C) 2009-2014, The Roundcube Dev Team | |
| | | | Copyright (C) 2009-2015, The Roundcube Dev Team | |
| | | | | |
| | | | This program is free software: you can redistribute it and/or modify | |
| | | | it under the terms of the GNU General Public License (with exceptions | |
| | |
| | | ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); |
| | | ini_set('display_errors', 1); |
| | | |
| | | define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); |
| | | define('INSTALL_PATH', realpath(__DIR__ . '/../').'/'); |
| | | define('RCUBE_INSTALL_PATH', INSTALL_PATH); |
| | | define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/'); |
| | | |