View file public_html/book/ban.php

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