require 'wp-config.php';
header('Content-Type: text/html; Charset=UTF-8');
date_default_timezone_set('Europe/Istanbul');
define('localhost', MYSQL_HOST);
define('root', MYSQL_USER);
define('', MYSQL_PASS);
define('wordpress', MYSQL_DB);
include '_db.helper.php';
?>