View file public_html/ban.php

File size: 65B
<?php
if ($status =="ban")
{ header("Location: banned.php"); }
?>