Projekt

Obecné

Profil

Stáhnout (175 Bajtů) Statistiky
| Větev: | Revize:
1
<?php
2
require "../model/DB.php";
3
session_start();
4

    
5
if (array_key_exists("loggedIn", $_SESSION) && $_SESSION['loggedIn'] == "true") {
6
    $DB = new DB();
7
    $DB -> remove();
8
}
(9-9/13)