Replace getCurDisplayRoot() by getCurDisplayPath()
This commit is contained in:
@@ -18,7 +18,7 @@ class IWLADisplayAllVisits(IPlugin):
|
||||
title = time.strftime('All visits - %B %Y', self.iwla.getCurTime())
|
||||
|
||||
filename = 'all_visits.html'
|
||||
path = '%s/%s' % (self.iwla.getCurDisplayRoot(), filename)
|
||||
path = self.iwla.getCurDisplayPath(filename)
|
||||
|
||||
page = DisplayHTMLPage(title, path)
|
||||
table = DisplayHTMLBlockTable('Last seen', ['Host', 'Pages', 'Hits', 'Bandwidth', 'Last seen'])
|
||||
|
||||
Reference in New Issue
Block a user