PHP Code:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'premade');
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
?>
and error:
Unable to add cookies, header already sent.
File: premade.php
Line: 1