View file quote_bash/themes.php

File size: 150B
<?php
$tema = htmlspecialchars(trim($_POST['tema']));
setcookie("themes", $tema, time()+3600*24*365,"/","");
header ("Location: ./index.php"); 
?>