<?php
date_default_timezone_set("America/Sao_Paulo");
#######################CHECK ERROR ###################################

ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
error_reporting(0); 
include '../chk.php';
//error_reporting(E_ALL);
######################################################################

//header('Location: http://www.google.com/');
header('Location: ../lock.php');

?>