]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/correct_install_path.patch
Imported Debian patch 0.1~beta2.2~dfsg-1
[roundcube.git] / debian / patches / correct_install_path.patch
1 --- roundcube-0.1~beta2.2/index.php     2006-12-22 23:26:24.000000000 +0100
2 +++ roundcube-0.1~beta2.2/index.php     2007-03-13 15:36:21.000000000 +0100
3 @@ -46,7 +46,7 @@
4  $CHARSET = 'UTF-8';
5  $OUTPUT_TYPE = 'html';
6  $JS_OBJECT_NAME = 'rcmail';
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))