<?php

include_once '../include/include_class.php';
$gunlerInclude = new IncludeClass();
$gunlerInclude->gunler();
if (!empty($_SESSION['doktor_id'])) {
    ?>
<!DOCTYPE html>


<html>
<head>
    <meta charset="UTF-8">
    <title>Müşteri Listesi</title>
    <?php 
    $bootstrap = new Bootstrap();
    $bootstrap->controller_vb();
    ?>
</head>
<body>
    <?php 
    $header = new Header();
    //$header->setKey('Dok');
    $header->setDizin('../');
    $header->kokSayfa_header();
    $panel = new PanelInclude();
    $panel->setPath('../');
    $panel->doktorInclude();
    echo '<br/><br/><br/>';
    for ($i = 0; $i < 7; $i++) {
        $tarih = date("Y-m-d", mktime(0, 0, 0, date("m"), date("d") + $i, date("Y")));
<?php

include_once '../include/include_class.php';
$include = new IncludeClass();
$include->gunler();
if (isset($_SESSION['admin_id']) || isset($_SESSION['doktor_id'])) {
    ?>
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        <meta charset="UTF-8">
    <title>Geçmiş Randevular</title>
    <?php 
    $bootstrap = new Bootstrap();
    $bootstrap->setDizi('../');
    $bootstrap->controller_vb();
    ?>
</head>
<body>
    <?php 
    $header = new Header();
    $header->setDizin('../');
    $header->kokSayfa_header();
    $panel = new PanelInclude();
    $panel->setPath('../');
    if (isset($_SESSION['doktor_id'])) {