Changeset 274 in subversion


Ignore:
Timestamp:
Jul 7, 2006 1:34:45 PM (7 years ago)
Author:
thomasb
Message:

Fixed INSTALL_PATH bug #1425663

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r272 r274  
    11CHANGELOG RoundCube Webmail 
    22--------------------------- 
     3 
     42006/07/07 
     5---------- 
     6- Fixed INSTALL_PATH bug #1425663 
     7 
    38 
    492006/07/03 (richs) 
  • trunk/roundcubemail/index.php

    r269 r274  
    4141*/ 
    4242 
    43 define('RCMAIL_VERSION', '0.1-20060505'); 
     43define('RCMAIL_VERSION', '0.1-20060707'); 
    4444 
    4545// define global vars 
     
    4747$OUTPUT_TYPE = 'html'; 
    4848$JS_OBJECT_NAME = 'rcmail'; 
    49 $INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']); 
     49$INSTALL_PATH = dirname(__FILE__); 
    5050$MAIN_TASKS = array('mail','settings','addressbook','logout'); 
    5151 
Note: See TracChangeset for help on using the changeset viewer.