<?php

ob_start();
include_once '../include/include_class.php';
$profilInclude = new IncludeClass();
$profilInclude->profilGoruntule();
?>
<!DOCTYPE html>

<html>
    <head>
        <meta charset="UTF-8">
    <title>Şifre Değiştir</title>
    <?php 
$bootstrap = new Bootstrap();
$bootstrap->setDizi('../');
$bootstrap->controller_vb();
$bootstrap->login_vb();
?>
</head>
<body>
<?php 
$header = new Header();
$header->setDizin('../');
$header->kokSayfa_header();
?>
    <div class = "container">
	<div class="wrapper">
            <?php 
if ($_POST) {
    $kul = new KullaniciGiris();