data.pso is used in background for saving the chat messages.
But during saving that message into data.pso, there is an extra file called "chat.html" written down to the www folder. This chat.html is read by JavaScript to display the chat messages. We made this kind of "pre-compile", because the Chat will be more often displayed then something is posted.
You can do a "fallback" to the old version (where data.pso is read), using
Regards
Matthias
But during saving that message into data.pso, there is an extra file called "chat.html" written down to the www folder. This chat.html is read by JavaScript to display the chat messages. We made this kind of "pre-compile", because the Chat will be more often displayed then something is posted.
You can do a "fallback" to the old version (where data.pso is read), using
Language: PHPpiratebox.lan/chat.html
Regards
Matthias