summaryrefslogtreecommitdiff
path: root/includes/pages/guest_stats.php
AgeCommit message (Collapse)Author
2018-12-19Implemented /metrics endpoint and reimplemented /statsIgor Scheller
closes #418 (/metrics endpoint) Usage: ```yaml scrape_configs: - job_name: 'engelsystem' static_configs: - targets: ['engelsystem.example.com:80'] ```
2018-10-31Replaced more sql queries and old dataIgor Scheller
2017-12-25Formatting & DocstringsBot
2017-07-28dried code by introducing selectOne for select queries with only one result ↵msquare
line expected
2017-07-19Changed $_GET, $_POST and $_REQUEST to use the Request objectIgor Scheller
2017-01-21Refactoring: Config cleanup / moved to classIgor Scheller
2017-01-21Changed from mysqli to PDO, some refactorings, faster sql queriesIgor Scheller
2017-01-03Replaced " with 'Bot
2017-01-02FormattingBot
2017-01-02PSR-2 formattingBot
2016-09-30remove long array syntaxmsquare
2016-08-22cleanup guest statsmsquare
2012-12-30simplified stats generationJan-Philipp Litza
2012-12-28more statsPhilip Häusler
2012-12-28stats for infobeamer/monitorPhilip Häusler