瀏覽代碼

dodano banned.php

tags/vichan-devel-4.0-gold
asiekierka 11 年之前
父節點
當前提交
595c7f3da0
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      banned.php

+ 7
- 0
banned.php 查看文件

@@ -0,0 +1,7 @@
<?php
require_once 'inc/functions.php';
checkBan();
print "<html><head>Banned?</head><body>";
print "<h1>Nie jestes zbanowany.</h1>";
print "</body></html>";
?>

Loading…
取消
儲存