Просмотр файла quote_bash/themes.php
<?php $tema = htmlspecialchars(trim($_POST['tema'])); setcookie("themes", $tema, time()+3600*24*365,"/",""); header ("Location: ./index.php"); ?>
<?php $tema = htmlspecialchars(trim($_POST['tema'])); setcookie("themes", $tema, time()+3600*24*365,"/",""); header ("Location: ./index.php"); ?>