initial check-in

This commit is contained in:
Tobi Schäfer 2002-04-29 10:35:23 +00:00
parent ec70093315
commit b3f35c2681

10
code/Site/ping.hac Normal file
View file

@ -0,0 +1,10 @@
var ping = this.ping();
if (!ping.flerror)
this.lastping = new Date();
else
writeln("Error when pinging weblogs.com for update of weblog " + this._id + ": " + ping.result.message);
res.message = ping.result.message;
res.writeln(res.message);
//res.redirect(this.href());