Просмотр файла public_html/ban.php

Размер файла: 65B
<?php
if ($status =="ban")
{ header("Location: banned.php"); }
?>