]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct_install_path.patch
New upstream release.
[roundcube.git] / debian / patches / correct_install_path.patch
1 --- roundcubemail-0.1~rc1~dfsg.orig/index.php~  2007-05-18 15:11:22.000000000 +0200
2 +++ roundcubemail-0.1~rc1~dfsg.orig/index.php   2007-05-20 14:12:35.000000000 +0200
3 @@ -47,7 +47,7 @@
4  
5  // define global vars
6  $OUTPUT_TYPE = 'html';
7 -$INSTALL_PATH = dirname(__FILE__);
8 +$INSTALL_PATH = '/var/lib/roundcube';
9  $MAIN_TASKS = array('mail','settings','addressbook','logout');
10  
11  if (empty($INSTALL_PATH))