| | |
| | | /* |
| | | +-------------------------------------------------------------------------+ |
| | | | Roundcube Webmail setup tool | |
| | | | Version 0.9-git | |
| | | | Version 1.1-git | |
| | | | | |
| | | | Copyright (C) 2009-2013, The Roundcube Dev Team | |
| | | | Copyright (C) 2009-2014, 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 | |
| | |
| | | |
| | | set_include_path($include_path); |
| | | |
| | | // include composer autoloader (if available) |
| | | if (@file_exists(INSTALL_PATH . 'vendor/autoload.php')) { |
| | | require INSTALL_PATH . 'vendor/autoload.php'; |
| | | } |
| | | |
| | | require_once 'Roundcube/bootstrap.php'; |
| | | // deprecated aliases (to be removed) |
| | | require_once 'bc.php'; |