The version of vichan running on lainchan.org
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
234B

  1. <?php
  2. require_once 'inc/functions.php';
  3. checkBan();
  4. print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
  5. print "<h1>"._("You are not banned.")."</h1>";
  6. print "</body></html>";
  7. ?>