Re: [phpWebLog-devel] bug report for booth.php
Brought to you by:
openface
From: Jason H. <ope...@ey...> - 2000-06-30 15:08:44
|
Thanks. got it.. Theodore wrote: > > In booth.php, in newest phpsitelog-unstable .tar.gz (20 mins ago) > on line 6, > you have: > $name = crypt("phpWebLog_voted",$CONF["SiteKey"); > which should be > $name = crypt("phpWebLog_voted",$CONF["SiteKey"]); > ^ > |