bibis/public/thread/index.php

8 行
186 B
PHP

<?php
require_once(__DIR__ . '/../../require.php');
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$view['threads'] = load_threads();
output_html($view, ['header.php', 'thread.php']);
}