Changeset 6431
- Timestamp:
- 05/31/10 13:45:28 (3 years ago)
- Files:
-
- 1 modified
-
extensions/pLoader/trunk/src/Uploader/GUI/App.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extensions/pLoader/trunk/src/Uploader/GUI/App.pm
r6426 r6431 106 106 images_file 107 107 app_file 108 instance_checker_file 108 109 /; 109 110 … … 184 185 my( $self ) = @_; 185 186 187 unlink $self->instance_checker_file 188 if -e $self->instance_checker_file; 186 189 $self->store_all; 187 190 … … 312 315 $pid 313 316 ); 317 318 $self->instance_checker_file( 319 File::Spec->canonpath( 320 File::Spec->catfile( 321 File::HomeDir->my_home(), 322 $pid 323 ) 324 ) 325 ); 326 314 327 } 315 328
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)