Changeset 17520 for extensions
- Timestamp:
- Aug 9, 2012, 10:50:04 PM (12 years ago)
- Location:
- extensions/event_tracer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_tracer/main.inc.php
r7629 r17520 45 45 { 46 46 global $conf; 47 return $conf['local_data_dir'].'/plugins/';47 return PHPWG_ROOT_PATH.$conf['data_location'].'plugins/'; 48 48 } 49 49 -
extensions/event_tracer/maintain.inc.php
r3282 r17520 5 5 { 6 6 global $conf; 7 @unlink( $conf['local_data_dir'].'/plugins/'.$plugin_id.'.dat' );7 @unlink( PHPWG_ROOT_PATH.$conf['data_location'].'plugins/'.$plugin_id.'.dat' ); 8 8 } 9 9 ?>
Note: See TracChangeset
for help on using the changeset viewer.