RT# 79902 - fixed display issue with updating accounts
[freeside.git] / fs_selfservice / FS-SelfService / cgi / image.cgi
index ee17683..129ac43 100755 (executable)
@@ -22,7 +22,7 @@ if ( $query =~ /^(\w+)$/ ) {
 my $info = skin_info( agentnum=>$agentnum );
 
 print $cgi->header( '-type'    => 'image/png', #for now
-                    #'-expires' => 'now',
+                    '-expires' => 'now',
                   ).
       $info->{$name};