session_start(); if(!$cart && @!array_count_values($cart)){ header('location:view_cart.php'); exit; } include_once("includes/session_language.php"); include_once('includes/config.php'); configsite(); ?>