]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct_install_path.patch
New upstream for roundcube.
[roundcube.git] / debian / patches / correct_install_path.patch
1 --- a/program/include/iniset.php~       2008-06-09 22:57:53.000000000 +0200
2 +++ a/program/include/iniset.php        2008-06-22 12:10:55.000000000 +0200
3 @@ -27,7 +27,7 @@
4  define('JS_OBJECT_NAME', 'rcmail');
5  
6  if (!defined('INSTALL_PATH')) {
7 -  define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
8 +  define('INSTALL_PATH', '/var/lib/roundcube/');
9  }
10  
11  // make sure path_separator is defined