Show
Ignore:
Timestamp:
06/23/11 15:33:26 (2 years ago)
Author:
cljosse
Message:

[extensions] set_plugins fix bugs with free

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/set_plugins/main.inc.php

    r11484 r11499  
    1414define('SET_PLUGINS_PATH', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/'); 
    1515 
    16 //$SET_PLUGINS_PATH_ABS = str_replace('\\','/',dirname(__FILE__) ); 
     16$SET_PLUGINS_PATH_ABS = str_replace('\\','/', realpath(SET_PLUGINS_PATH)."\\" ); 
    1717if (!defined('SET_PLUGINS_PATH_ABS'))  
    1818define( 
    19   'SET_PLUGINS_PATH_ABS',   realpath(SET_PLUGINS_PATH)."\\" 
     19  'SET_PLUGINS_PATH_ABS',   $SET_PLUGINS_PATH_ABS 
    2020); 
    2121