Este commit está contenido en:
Juan 2025-02-19 15:25:14 -03:00
padre 6a577e632b
commit f2194a28b4

Ver fichero

@ -1,6 +1,6 @@
<?php
// Name of the message buffer file. You have to create it manually with read and write permissions for the webserver.
// tipo nada Name of the message buffer file. You have to create it manually with read and write permissions for the webserver.
$messages_buffer_file = "messages.json";
// Number of most recent messages kept in the buffer.
// Note that message list on clients only shows 1000 messages to avoid slowdown (see JavaScript code below).