This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/web/pages/features/controller.php

9 lines
122 B
PHP
Raw Normal View History

2023-10-21 20:47:11 +02:00
<?php
class Features extends Page {
function index() {
$this->set('template', 'features.html');
}
}