added incrementation of page read counter

This commit is contained in:
Tobi Schäfer 2001-12-06 16:41:27 +00:00
parent 328bc19060
commit 301118be94

View file

@ -21,3 +21,5 @@ res.head = this.weblog.renderSkinAsString("javascript");
res.head += this.weblog.renderSkinAsString("style");
res.body = this.renderSkinAsString("main");
this.reads++;