Changeset 2569 for trunk/tools/piwigo_remote.pl
- Timestamp:
- 09/22/08 23:47:03 (5 years ago)
- Files:
-
- 1 modified
-
trunk/tools/piwigo_remote.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/piwigo_remote.pl
r2553 r2569 11 11 GetOptions( 12 12 \%opt, 13 qw/action=s file=s thumbnail=s categor y_id=i name=s rank=s/13 qw/action=s file=s thumbnail=s categories=s define=s%/ 14 14 ); 15 15 … … 60 60 thumbnail_sum => $thumbnail_sum, 61 61 thumbnail_content => $thumbnail_content, 62 category_id => $opt{category_id}, 63 name => $opt{name}, 64 rank => defined($opt{rank}) ? $opt{rank} : 'auto', 62 categories => $opt{categories}, 65 63 }; 64 65 foreach my $key (keys %{ $opt{define} }) { 66 $form->{$key} = $opt{define}{$key}; 67 } 66 68 67 69 my $response = $ua->post(
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)