浏览代码

fix banned.php; thanks stigma

pull/18/head
czaks 9 年前
父节点
当前提交
0658a2b19a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      banned.php

+ 1
- 0
banned.php 查看文件

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


正在加载...
取消
保存