キケッツ掲示板のリポジトリです. https://bbs.kekec.wiki
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

import.php 184 B

7 months ago
1234567
  1. <?php
  2. require_once __DIR__ . '/daos/response.php';
  3. require_once __DIR__ . '/daos/thread.php';
  4. require_once __DIR__ . '/dtos/response.php';
  5. require_once __DIR__ . '/dtos/thread.php';