<?php

ob_start();
include_once '../include/include_class.php';
$musteriInclude = new IncludeClass();
$musteriInclude->musteriGuncelle_controller();
if (isset($_SESSION['admin_id'])) {
    ?>
<!DOCTYPE html>

<html>
    <head>
    <meta charset="UTF-8">
    <title>Müşteri Güncelle</title>
    <?php 
    $bootstrap = new Bootstrap();
    $bootstrap->controller_vb();
    $bootstrap->setDizi('../');
    $bootstrap->login_vb();
    ?>
</head>
<body>
    <?php 
    if ($_POST) {
        $header = new Header();
        $header->setDizin('../');
        $header->kokSayfa_header();
        $maxTarih = date("Y-m-d", mktime(0, 0, 0, date("m"), date("d") + 15, date("Y")));
        if (date('l') == 'Sunday') {
            $tarih = date("Y-m-d", mktime(0, 0, 0, date("m"), date("d") + 1, date("Y")));
        } else {