lwb5-in-2025/scripts/site/main/handlers/about.inc

11 lines
100 B
PHP

<?php
class page_handler {
public function handle($input) {
$this->output = "about";
}
}
?>