<?php 
if(!isset($_SESSION['valid_user_newcolor']))
{
	header("Location: index.php?asd");

}
?>