Просмотр файла quote_bash/themes.php

Размер файла: 150B
<?php
$tema = htmlspecialchars(trim($_POST['tema']));
setcookie("themes", $tema, time()+3600*24*365,"/","");
header ("Location: ./index.php"); 
?>