Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 768 Bytes

readme.md

File metadata and controls

22 lines (13 loc) · 768 Bytes

CO2App for "Bunte Nacht" Event

Version used at Bunte Nacht, 1.7.2022

With SIMPLE backend, see rest.php

Backend requires config.ini, see config.ini.template and mysql initialisation, see co.sql

Cooperates with co2dash

Demo

See here

Issues

Server for "Bunte Nacht" is Debian 9 (old old old). There are some issues with PHP and Mysql versions. Districts-table seems to be non-UTF8, which breaks json_encode on newer versions but not on this one. However, newer flags like JSON_INVALID_UTF8_SUBSTITUTE don't work here ...