Finalize comments
This commit is contained in:
@@ -4,6 +4,31 @@ from iwla import IWLA
|
||||
from iplugin import IPlugin
|
||||
from display import *
|
||||
|
||||
#
|
||||
# Display hook
|
||||
#
|
||||
# Create All visits page
|
||||
#
|
||||
# Plugin requirements :
|
||||
# None
|
||||
#
|
||||
# Conf values needed :
|
||||
# display_visitor_ip*
|
||||
#
|
||||
# Output files :
|
||||
# OUTPUT_ROOT/year/month/all_visits.html
|
||||
# OUTPUT_ROOT/year/month/index.html
|
||||
#
|
||||
# Statistics creation :
|
||||
# None
|
||||
#
|
||||
# Statistics update :
|
||||
# None
|
||||
#
|
||||
# Statistics deletion :
|
||||
# None
|
||||
#
|
||||
|
||||
class IWLADisplayAllVisits(IPlugin):
|
||||
def __init__(self, iwla):
|
||||
super(IWLADisplayAllVisits, self).__init__(iwla)
|
||||
|
||||
Reference in New Issue
Block a user