Changeset 12798 for trunk/picture.php

Show
Ignore:
Timestamp:
12/27/11 22:36:39 (5 months ago)
Author:
plg
Message:

feature 2541: fix bug on PHPWG_ROOT_PATH and includes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r12797 r12798  
    2222// +-----------------------------------------------------------------------+ 
    2323 
    24 define('PHPWG_ROOT_PATH',''); 
     24define('PHPWG_ROOT_PATH','./'); 
    2525include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); 
    2626include(PHPWG_ROOT_PATH.'include/section_init.inc.php');