www/version.php.in

Wed, 17 Apr 2024 13:18:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 17 Apr 2024 13:18:22 +0200
changeset 682
f82be2bd472f
parent 675
825210ba2707
permissions
-rw-r--r--

Websocket ping/pong uses sequence numbers.

675
825210ba2707 Added websockets to thermferm. Started new www directory for websocket enabled web. The init script now waits until thermferm is completely stopped.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 <?php
825210ba2707 Added websockets to thermferm. Started new www directory for websocket enabled web. The init script now waits until thermferm is completely stopped.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2
825210ba2707 Added websockets to thermferm. Started new www directory for websocket enabled web. The init script now waits until thermferm is completely stopped.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3 $my_version = '@VERSION@';
825210ba2707 Added websockets to thermferm. Started new www directory for websocket enabled web. The init script now waits until thermferm is completely stopped.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
4

mercurial