diff options
| -rw-r--r-- | roundcubemail/check.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/check.php b/roundcubemail/check.php index 8e0558e23..a21431aa8 100644 --- a/roundcubemail/check.php +++ b/roundcubemail/check.php @@ -38,6 +38,10 @@ * @todo HTML/CSS to make it pretty. */ +$include_path = dirname(__FILE__) . '/program/lib/'; +$include_path .= PATH_SEPARATOR . get_include_path(); +set_include_path($include_path); + $writable_dirs = array('logs/', 'temp/'); $create_files = array('config/db.inc.php', 'config/main.inc.php'); |
