Changeset 11499 for extensions/set_plugins/main.inc.php
- Timestamp:
- 06/23/11 15:33:26 (2 years ago)
- Files:
-
- 1 modified
-
extensions/set_plugins/main.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/set_plugins/main.inc.php
r11484 r11499 14 14 define('SET_PLUGINS_PATH', PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/'); 15 15 16 //$SET_PLUGINS_PATH_ABS = str_replace('\\','/',dirname(__FILE__));16 $SET_PLUGINS_PATH_ABS = str_replace('\\','/', realpath(SET_PLUGINS_PATH)."\\" ); 17 17 if (!defined('SET_PLUGINS_PATH_ABS')) 18 18 define( 19 'SET_PLUGINS_PATH_ABS', realpath(SET_PLUGINS_PATH)."\\"19 'SET_PLUGINS_PATH_ABS', $SET_PLUGINS_PATH_ABS 20 20 ); 21 21
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)