Revert "RT# 79902 - fixed display issue with updating accounts"
[freeside.git] / fs_selfservice / FS-SelfService / cgi / image.cgi
index 129ac43..ee17683 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};