diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-03 14:30:02 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-03 14:30:02 +0000 |
| commit | ff6f120993afc142be18e611e24c6c366b834264 (patch) | |
| tree | 21f4f73a8cfd6b0e00bc7464572ac1d958a2a3d5 /roundcubemail/check.php | |
| parent | 3c08507918472c8b18995578c97b5debbd741e05 (diff) | |
* fixed include_path
git-svn-id: https://svn.roundcube.net/trunk@1005 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/check.php')
| -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'); |
