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

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