debuga(_("Error: Invalid syntax in hours tag!\n"));
exit( 1 );
}
+ return;
}
if (is_param("weekdays",buf)) {
debuga(_("Error: Invalid syntax in weekdays tag!\n"));
exit( 1 );
}
+ return;
}
if (getparam_2words("topuser_sort_field",buf,TopuserSortField,sizeof(TopuserSortField),TopuserSortOrder,sizeof(TopuserSortOrder))>0) return;
#datafile_url ip
# TAG: weekdays
-# The weekdays to take account ( Sunday->0, Saturday->6 )
+# The weekdays to take into account ( Sunday->0, Saturday->6 )
# Example:
#weekdays 1-3,5
# Default:
#weekdays 0-6
# TAG: hours
-# The hours to take account
+# The hours to take into account
# Example:
#hours 7-12,14,16,18-20
# Default: