[phpWebLog-devel] bug report for booth.php
Brought to you by:
openface
From: Theodore <the...@my...> - 2000-06-30 07:15:34
|
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"]); ^ :-) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Theodore Baschak - Gecko Internet Services http://www.gecko-internet.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- "DOS addresses only 1 Megabyte of RAM because we cannot imagine any applications needing more." - Microsoft, 1980, on the development of DOS "Windows NT addresses 2 Gigabytes of RAM which is more than any application will ever need" - Microsoft, 1992, on the development of Windows NT |