Ignore:
Timestamp:
Jun 23, 2011, 3:33:26 PM (13 years ago)
Author:
cljosse
Message:

[extensions] set_plugins fix bugs with free

File:
1 edited

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
Note: See TracChangeset for help on using the changeset viewer.