Beispiel #1
0
<?php

require_once 'Web.php';
$webManager = new Web();
if (isset($_GET['action']) and $_GET['action'] == 'logout') {
    $webManager->logOut();
}
$webManager->mainRoutine();