Diff

mod_statistics_auth/mod_statistics_auth.lua @ 1440:78133eb11e7d

mod_statistics_auth: Remove comments left from module this was based on
author Kim Alvefur <zash@zash.se>
date Fri, 20 Jun 2014 17:49:31 +0200
parent 1439:86ceb94e3db4
line wrap: on
line diff
--- a/mod_statistics_auth/mod_statistics_auth.lua	Fri Jun 20 17:47:53 2014 +0200
+++ b/mod_statistics_auth/mod_statistics_auth.lua	Fri Jun 20 17:49:31 2014 +0200
@@ -14,13 +14,13 @@
 
 module:provides("statistics", {
 	statistics = {
-		c2s_auth = { -- virtual memory
+		c2s_auth = {
 			get = function ()
 				return auth_ok;
 			end;
 			tostring = tostring;
 		};
-		c2s_authfail = { -- virtual memory
+		c2s_authfail = {
 			get = function ()
 				return auth_fail;
 			end;