Hello,
Thanks you for creating phpFreeChat. I have a brand new "1.0-beta6" install which is working fine. I have some questions:
- How do you lock down a new install? I removed all the install html files from the root directory and put in my own "launch" script. I also password protected the /admin directory and removed the /debug, /demo/, and /testcase directories. What else should I do to secure my installation?
- The "title" paramter does not work for me. I put:
$params["title"] = "The New Chat Room";
in my launch PHP script and it still says "My Chat" as the title for the chat. What am I doing wrong?
Thanks.