<?php
ini_set('error_reporting', 1);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
header("Content-type: text/html; charset=utf-8");
define('DB_HOST', 'localhost');
define('DB_LOGIN', '1');
define('DB_PASSWORD', '1');
define('DB_NAME', '1');
define('ROOT', '/');
$root = ROOT;
$email = "mail@mail";
?>
<?php
ini_set('error_reporting', 1);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
header("Content-type: text/html; charset=utf-8");
define('DB_HOST', 'localhost');
define('DB_LOGIN', '1');
define('DB_PASSWORD', '1');
define('DB_NAME', '1');
define('ROOT', '/');
$root = ROOT;
$email = "mail@mail";
?>